#5688E4

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

Shades of Cornflower Blue #5688E4

Tints of Cornflower Blue #5688E4

Color information

#5688E4 (or 0x5688E4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 88 and E4. RGB value is (86,136,228). Sum of RGB (Red+Green+Blue) = 86+136+228=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #5688E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688E4 is #A9771B. Grayscale: #838383. Windows color (decimal): -11106076 or 14977110. OLE color: 14977110.

HSL color Cylindrical-coordinate representation of color #5688E4: hue angle of 218.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5688E4 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86136228-
CMYK0.620.4000.11
HSL218.87º72.45%61.57%-
HSV(B)218.87º62.28%89.41%-
XYZ26.6525.1976.86-
YUV131.54182.4495.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.11%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 228 (89.45% from 255) = 50.67%
R=19.11%
G=30.22%
B=50.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861362280.620.4000.11218.8772.4561.57
Hex5688E43E280Bdb483e
Octal126210344765001333311076
Binary1010110100010001110010011111010100001011110110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5688E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5688E4; }

 p { color: rgb(86,136,228); }

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

<style>
 a { background-color: #5688E4; }

 a { background-color: rgb(86,136,228); }

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

<style>
 span { border-color: #5688E4; }

 span { border-color: rgb(86,136,228); }

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