#5699E4

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

Shades of Cornflower Blue #5699E4

Tints of Cornflower Blue #5699E4

Color information

#5699E4 (or 0x5699E4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 99 and E4. RGB value is (86,153,228). Sum of RGB (Red+Green+Blue) = 86+153+228=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #5699E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699E4 is #A9661B. Grayscale: #8D8D8D. Windows color (decimal): -11101724 or 14981462. OLE color: 14981462.

HSL color Cylindrical-coordinate representation of color #5699E4: hue angle of 211.69º 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 #5699E4 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86153228-
CMYK0.620.3300.11
HSL211.69º72.45%61.57%-
HSV(B)211.69º62.28%89.41%-
XYZ29.2330.3677.72-
YUV141.52176.888.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.42%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 228 (89.45% from 255) = 48.82%
R=18.42%
G=32.76%
B=48.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861532280.620.3300.11211.6972.4561.57
Hex5699E43E210Bd4483e
Octal126231344764101332411076
Binary1010110100110011110010011111010000101011110101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5699E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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