#5987E1

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

Shades of Cornflower Blue #5987E1

Tints of Cornflower Blue #5987E1

Color information

#5987E1 (or 0x5987E1) is unknown color: approx Cornflower Blue. HEX triplet: 59, 87 and E1. RGB value is (89,135,225). Sum of RGB (Red+Green+Blue) = 89+135+225=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #5987E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5987E1 is #A6781E. Grayscale: #838383. Windows color (decimal): -10909727 or 14780249. OLE color: 14780249.

HSL color Cylindrical-coordinate representation of color #5987E1: hue angle of 219.71º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5987E1 is Cyan = 0.60, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB89135225-
CMYK0.600.400.12
HSL219.71º69.39%61.57%-
HSV(B)219.71º60.44%88.24%-
XYZ26.3724.8974.65-
YUV131.51180.7697.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.82%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=19.82%
G=30.07%
B=50.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal891352250.600.400.12219.7169.3961.57
Hex5987E13C280Cdc453e
Octal131207341745001433410576
Binary1011001100001111110000111110010100001100110111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5987E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5987E1; }

 p { color: rgb(89,135,225); }

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

<style>
 a { background-color: #5987E1; }

 a { background-color: rgb(89,135,225); }

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

<style>
 span { border-color: #5987E1; }

 span { border-color: rgb(89,135,225); }

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