#5592E8

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

Shades of Cornflower Blue #5592E8

Tints of Cornflower Blue #5592E8

Color information

#5592E8 (or 0x5592E8) is unknown color: approx Cornflower Blue. HEX triplet: 55, 92 and E8. RGB value is (85,146,232). Sum of RGB (Red+Green+Blue) = 85+146+232=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #5592E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5592E8 is #AA6D17. Grayscale: #898989. Windows color (decimal): -11169048 or 15241813. OLE color: 15241813.

HSL color Cylindrical-coordinate representation of color #5592E8: hue angle of 215.1º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5592E8 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85146232-
CMYK0.630.3700.09
HSL215.1º76.17%62.16%-
HSV(B)215.1º63.36%90.98%-
XYZ28.5928.3280.3-
YUV137.56181.2990.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=18.36%
G=31.53%
B=50.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851462320.630.3700.09215.176.1762.16
Hex5592E83F2509d74c3e
Octal125222350774501132711476
Binary1010101100100101110100011111110010101001110101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5592E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5592E8; }

 p { color: rgb(85,146,232); }

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

<style>
 a { background-color: #5592E8; }

 a { background-color: rgb(85,146,232); }

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

<style>
 span { border-color: #5592E8; }

 span { border-color: rgb(85,146,232); }

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