#5896FC

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

Shades of Cornflower Blue #5896FC

Tints of Cornflower Blue #5896FC

Color information

#5896FC (or 0x5896FC) is unknown color: approx Cornflower Blue. HEX triplet: 58, 96 and FC. RGB value is (88,150,252). Sum of RGB (Red+Green+Blue) = 88+150+252=490 (64% of max value = 765). Red value is 88 (34.77% from 255 or 17.96% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #5896FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5896FC is #A76903. Grayscale: #8E8E8E. Windows color (decimal): -10971396 or 16553560. OLE color: 16553560.

HSL color Cylindrical-coordinate representation of color #5896FC: hue angle of 217.32º 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 #5896FC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88150252-
CMYK0.650.4000.01
HSL217.32º96.47%66.67%-
HSV(B)217.32º65.08%98.82%-
XYZ32.530.9296.35-
YUV143.09189.4688.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.96%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=17.96%
G=30.61%
B=51.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881502520.650.4000.01217.3296.4766.67
Hex5896FC412801d96043
Octal1302263741015001331140103
Binary101100010010110111111001000001101000011101100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5896FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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