#5B9AE3

Color #5B9AE3 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5B9AE3

Tints of Cornflower Blue #5B9AE3

Color information

#5B9AE3 (or 0x5B9AE3) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 9A and E3. RGB value is (91,154,227). Sum of RGB (Red+Green+Blue) = 91+154+227=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #5B9AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B9AE3 is #A4651C. Grayscale: #8F8F8F. Windows color (decimal): -10773789 or 14916187. OLE color: 14916187.

HSL color Cylindrical-coordinate representation of color #5B9AE3: hue angle of 212.21º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B9AE3 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB91154227-
CMYK0.600.3200.11
HSL212.21º70.83%62.35%-
HSV(B)212.21º59.91%89.02%-
XYZ29.7430.8877.07-
YUV143.49175.1390.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 19.28%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 227 (89.06% from 255) = 48.09%
R=19.28%
G=32.63%
B=48.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal911542270.600.3200.11212.2170.8362.35
Hex5B9AE33C200Bd4473e
Octal133232343744001332410776
Binary1011011100110101110001111110010000001011110101001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B9AE3; }

 p { color: rgb(91,154,227); }

 H1.HeaderClassName
 {
   color: #5B9AE3;
 }
 .AnyTagClassName
 {
   color: #5B9AE3;
 }
</style>
background-color css

<style>
 a { background-color: #5B9AE3; }

 a { background-color: rgb(91,154,227); }

 div.DivClassName
 {
   background-color: #5B9AE3;
 }
 .BgClassName
 {
   background-color: #5B9AE3;
 }
</style>
border-color css

<style>
 span { border-color: #5B9AE3; }

 span { border-color: rgb(91,154,227); }

 td.TdClassName
 {
   border-color: #5B9AE3;
 }
 .TagClassName
 {
   border-color: #5B9AE3;
 }
</style>