#5B86E0

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

Shades of Cornflower Blue #5B86E0

Tints of Cornflower Blue #5B86E0

Color information

#5B86E0 (or 0x5B86E0) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 86 and E0. RGB value is (91,134,224). Sum of RGB (Red+Green+Blue) = 91+134+224=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B86E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B86E0 is #A4791F. Grayscale: #838383. Windows color (decimal): -10778912 or 14714459. OLE color: 14714459.

HSL color Cylindrical-coordinate representation of color #5B86E0: hue angle of 220.6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B86E0 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB91134224-
CMYK0.590.4000.12
HSL220.6º68.21%61.76%-
HSV(B)220.6º59.38%87.84%-
XYZ26.2924.6673.89-
YUV131.4180.2599.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.27%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=20.27%
G=29.84%
B=49.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal911342240.590.4000.12220.668.2161.76
Hex5B86E03B280Cdd443e
Octal133206340735001433510476
Binary1011011100001101110000011101110100001100110111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B86E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B86E0; }

 p { color: rgb(91,134,224); }

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

<style>
 a { background-color: #5B86E0; }

 a { background-color: rgb(91,134,224); }

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

<style>
 span { border-color: #5B86E0; }

 span { border-color: rgb(91,134,224); }

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