#5886F9

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

Shades of Cornflower Blue #5886F9

Tints of Cornflower Blue #5886F9

Color information

#5886F9 (or 0x5886F9) is unknown color: approx Cornflower Blue. HEX triplet: 58, 86 and F9. RGB value is (88,134,249). Sum of RGB (Red+Green+Blue) = 88+134+249=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #5886F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5886F9 is #A77906. Grayscale: #848484. Windows color (decimal): -10975495 or 16352856. OLE color: 16352856.

HSL color Cylindrical-coordinate representation of color #5886F9: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5886F9 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88134249-
CMYK0.650.4600.02
HSL222.86º93.06%66.08%-
HSV(B)222.86º64.66%97.65%-
XYZ29.6525.9693.07-
YUV133.36193.2695.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.68%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 249 (97.66% from 255) = 52.87%
R=18.68%
G=28.45%
B=52.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal881342490.650.4600.02222.8693.0666.08
Hex5886F9412E02df5d42
Octal1302063711015602337135102
Binary1011000100001101111100110000011011100101101111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5886F9; }

 p { color: rgb(88,134,249); }

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

<style>
 a { background-color: #5886F9; }

 a { background-color: rgb(88,134,249); }

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

<style>
 span { border-color: #5886F9; }

 span { border-color: rgb(88,134,249); }

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