#5582E8

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

Shades of Cornflower Blue #5582E8

Tints of Cornflower Blue #5582E8

Color information

#5582E8 (or 0x5582E8) is unknown color: approx Cornflower Blue. HEX triplet: 55, 82 and E8. RGB value is (85,130,232). Sum of RGB (Red+Green+Blue) = 85+130+232=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #5582E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5582E8 is #AA7D17. Grayscale: #7F7F7F. Windows color (decimal): -11173144 or 15237717. OLE color: 15237717.

HSL color Cylindrical-coordinate representation of color #5582E8: hue angle of 221.63º 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 #5582E8 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85130232-
CMYK0.630.4400.09
HSL221.63º76.17%62.16%-
HSV(B)221.63º63.36%90.98%-
XYZ26.2923.7279.54-
YUV128.17186.5997.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 232 (91.02% from 255) = 51.90%
R=19.02%
G=29.08%
B=51.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851302320.630.4400.09221.6376.1762.16
Hex5582E83F2C09de4c3e
Octal125202350775401133611476
Binary1010101100000101110100011111110110001001110111101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5582E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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