#5886f1

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

Shades of Cornflower Blue #5886F1

Tints of Cornflower Blue #5886F1

Color information

#5886F1 (or 0x5886F1) is unknown color: approx Cornflower Blue. HEX triplet: 58, 86 and F1. RGB value is (88,134,241). Sum of RGB (Red+Green+Blue) = 88+134+241=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #5886F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5886F1 is #A7790E. Grayscale: #838383. Windows color (decimal): -10975503 or 15828568. OLE color: 15828568.

HSL color Cylindrical-coordinate representation of color #5886F1: hue angle of 221.96º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5886F1 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88134241-
CMYK0.630.4400.05
HSL221.96º84.53%64.51%-
HSV(B)221.96º63.49%94.51%-
XYZ28.4325.4886.64-
YUV132.44189.2696.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.01%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=19.01%
G=28.94%
B=52.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal881342410.630.4400.05221.9684.5364.51
Hex5886F13F2C05de5541
Octal130206361775405336125101
Binary1011000100001101111000111111110110001011101111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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