#5598FC

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

Shades of Cornflower Blue #5598FC

Tints of Cornflower Blue #5598FC

Color information

#5598FC (or 0x5598FC) is unknown color: approx Cornflower Blue. HEX triplet: 55, 98 and FC. RGB value is (85,152,252). Sum of RGB (Red+Green+Blue) = 85+152+252=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #5598FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5598FC is #AA6703. Grayscale: #8E8E8E. Windows color (decimal): -11167492 or 16554069. OLE color: 16554069.

HSL color Cylindrical-coordinate representation of color #5598FC: hue angle of 215.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5598FC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85152252-
CMYK0.660.4000.01
HSL215.93º96.53%66.08%-
HSV(B)215.93º66.27%98.82%-
XYZ32.5531.4296.44-
YUV143.37189.386.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.38%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=17.38%
G=31.08%
B=51.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851522520.660.4000.01215.9396.5366.08
Hex5598FC422801d86142
Octal1252303741025001330141102
Binary101010110011000111111001000010101000011101100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5598FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,152,252); }

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

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

 a { background-color: rgb(85,152,252); }

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

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

 span { border-color: rgb(85,152,252); }

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