#559AEC

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

Shades of Cornflower Blue #559AEC

Tints of Cornflower Blue #559AEC

Color information

#559AEC (or 0x559AEC) is unknown color: approx Cornflower Blue. HEX triplet: 55, 9A and EC. RGB value is (85,154,236). Sum of RGB (Red+Green+Blue) = 85+154+236=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #559AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559AEC is #AA6513. Grayscale: #8E8E8E. Windows color (decimal): -11166996 or 15506005. OLE color: 15506005.

HSL color Cylindrical-coordinate representation of color #559AEC: hue angle of 212.58º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559AEC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85154236-
CMYK0.640.3500.07
HSL212.58º79.89%62.94%-
HSV(B)212.58º63.98%92.55%-
XYZ30.4431.183.76-
YUV142.72180.6486.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.89%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=17.89%
G=32.42%
B=49.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851542360.640.3500.07212.5879.8962.94
Hex559AEC402307d5503f
Octal125232354100430732512077
Binary1010101100110101110110010000001000110111110101011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559AEC; }

 p { color: rgb(85,154,236); }

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

<style>
 a { background-color: #559AEC; }

 a { background-color: rgb(85,154,236); }

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

<style>
 span { border-color: #559AEC; }

 span { border-color: rgb(85,154,236); }

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