#5598FE

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

Shades of Cornflower Blue #5598FE

Tints of Cornflower Blue #5598FE

Color information

#5598FE (or 0x5598FE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 98 and FE. RGB value is (85,152,254). Sum of RGB (Red+Green+Blue) = 85+152+254=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #5598FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5598FE is #AA6701. Grayscale: #8F8F8F. Windows color (decimal): -11167490 or 16685141. OLE color: 16685141.

HSL color Cylindrical-coordinate representation of color #5598FE: hue angle of 216.21º 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 #5598FE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85152254-
CMYK0.670.4000.00
HSL216.21º98.83%66.47%-
HSV(B)216.21º66.54%99.61%-
XYZ32.8631.5498.12-
YUV143.59190.386.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=17.31%
G=30.96%
B=51.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851522540.670.4000.00216.2198.8366.47
Hex5598FE432800d86342
Octal1252303761035000330143102
Binary101010110011000111111101000011101000001101100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5598FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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