#5887FF

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

Shades of Cornflower Blue #5887FF

Tints of Cornflower Blue #5887FF

Color information

#5887FF (or 0x5887FF) is unknown color: approx Cornflower Blue. HEX triplet: 58, 87 and FF. RGB value is (88,135,255). Sum of RGB (Red+Green+Blue) = 88+135+255=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #5887FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5887FF is #A77800. Grayscale: #868686. Windows color (decimal): -10975233 or 16746328. OLE color: 16746328.

HSL color Cylindrical-coordinate representation of color #5887FF: hue angle of 223.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5887FF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88135255-
CMYK0.650.4700
HSL223.11º100%67.25%-
HSV(B)223.11º65.49%100%-
XYZ30.7426.6298.13-
YUV134.63195.9394.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.41%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 255 (100% from 255) = 53.35%
R=18.41%
G=28.24%
B=53.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881352550.650.4700223.1110067.25
Hex5887FF412F00df6443
Octal1302073771015700337144103
Binary101100010000111111111111000001101111001101111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5887FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5887FF; }

 p { color: rgb(88,135,255); }

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

<style>
 a { background-color: #5887FF; }

 a { background-color: rgb(88,135,255); }

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

<style>
 span { border-color: #5887FF; }

 span { border-color: rgb(88,135,255); }

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