#5882FC

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

Shades of Cornflower Blue #5882FC

Tints of Cornflower Blue #5882FC

Color information

#5882FC (or 0x5882FC) is unknown color: approx Cornflower Blue. HEX triplet: 58, 82 and FC. RGB value is (88,130,252). Sum of RGB (Red+Green+Blue) = 88+130+252=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #5882FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5882FC is #A77D03. Grayscale: #828282. Windows color (decimal): -10976516 or 16548440. OLE color: 16548440.

HSL color Cylindrical-coordinate representation of color #5882FC: hue angle of 224.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5882FC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88130252-
CMYK0.650.4800.01
HSL224.63º96.47%66.67%-
HSV(B)224.63º65.08%98.82%-
XYZ29.5825.0795.38-
YUV131.35196.0997.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.72%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=18.72%
G=27.66%
B=53.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881302520.650.4800.01224.6396.4766.67
Hex5882FC413001e16043
Octal1302023741016001341140103
Binary101100010000010111111001000001110000011110000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5882FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5882FC; }

 p { color: rgb(88,130,252); }

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

<style>
 a { background-color: #5882FC; }

 a { background-color: rgb(88,130,252); }

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

<style>
 span { border-color: #5882FC; }

 span { border-color: rgb(88,130,252); }

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