#5597FE

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

Shades of Cornflower Blue #5597FE

Tints of Cornflower Blue #5597FE

Color information

#5597FE (or 0x5597FE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 97 and FE. RGB value is (85,151,254). Sum of RGB (Red+Green+Blue) = 85+151+254=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #5597FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5597FE is #AA6801. Grayscale: #8E8E8E. Windows color (decimal): -11167746 or 16684885. OLE color: 16684885.

HSL color Cylindrical-coordinate representation of color #5597FE: hue angle of 216.57º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5597FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85151254-
CMYK0.670.4100.00
HSL216.57º98.83%66.47%-
HSV(B)216.57º66.54%99.61%-
XYZ32.731.2298.07-
YUV143.01190.6386.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.35%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=17.35%
G=30.82%
B=51.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851512540.670.4100.00216.5798.8366.47
Hex5597FE432900d96342
Octal1252273761035100331143102
Binary101010110010111111111101000011101001001101100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5597FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5597FE; }

 p { color: rgb(85,151,254); }

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

<style>
 a { background-color: #5597FE; }

 a { background-color: rgb(85,151,254); }

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

<style>
 span { border-color: #5597FE; }

 span { border-color: rgb(85,151,254); }

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