#559fac

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

Shades of Cadet Blue #559FAC

Tints of Cadet Blue #559FAC

Color information

#559FAC (or 0x559FAC) is unknown color: approx Cadet Blue. HEX triplet: 55, 9F and AC. RGB value is (85,159,172). Sum of RGB (Red+Green+Blue) = 85+159+172=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #559FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559FAC is #AA6053. Grayscale: #8A8A8A. Windows color (decimal): -11165780 or 11312981. OLE color: 11312981.

HSL color Cylindrical-coordinate representation of color #559FAC: hue angle of 188.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559FAC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85159172-
CMYK0.510.0800.33
HSL188.97º34.39%50.39%-
HSV(B)188.97º50.58%67.45%-
XYZ23.5929.7143.52-
YUV138.36146.9889.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=20.43%
G=38.22%
B=41.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851591720.510.0800.33188.9734.3950.39
Hex559FAC338021bd2232
Octal12523725463100412754262
Binary101010110011111101011001100111000010000110111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,172); }

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

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

 a { background-color: rgb(85,159,172); }

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

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

 span { border-color: rgb(85,159,172); }

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