#5882E7

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

Shades of Cornflower Blue #5882E7

Tints of Cornflower Blue #5882E7

Color information

#5882E7 (or 0x5882E7) is unknown color: approx Cornflower Blue. HEX triplet: 58, 82 and E7. RGB value is (88,130,231). Sum of RGB (Red+Green+Blue) = 88+130+231=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #5882E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5882E7 is #A77D18. Grayscale: #808080. Windows color (decimal): -10976537 or 15172184. OLE color: 15172184.

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

Color convert

RGB88130231-
CMYK0.620.4400.09
HSL222.38º74.87%62.55%-
HSV(B)222.38º61.9%90.59%-
XYZ26.4323.8178.8-
YUV128.96185.5998.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 231 (90.62% from 255) = 51.45%
R=19.60%
G=28.95%
B=51.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal881302310.620.4400.09222.3874.8762.55
Hex5882E73E2C09de4b3f
Octal130202347765401133611377
Binary1011000100000101110011111111010110001001110111101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5882E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5882E7; }

 p { color: rgb(88,130,231); }

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

<style>
 a { background-color: #5882E7; }

 a { background-color: rgb(88,130,231); }

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

<style>
 span { border-color: #5882E7; }

 span { border-color: rgb(88,130,231); }

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