#59A0AD

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

Shades of Cadet Blue #59A0AD

Tints of Cadet Blue #59A0AD

Color information

#59A0AD (or 0x59A0AD) is unknown color: approx Cadet Blue. HEX triplet: 59, A0 and AD. RGB value is (89,160,173). Sum of RGB (Red+Green+Blue) = 89+160+173=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #59A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A0AD is #A65F52. Grayscale: #8C8C8C. Windows color (decimal): -10903379 or 11378777. OLE color: 11378777.

HSL color Cylindrical-coordinate representation of color #59A0AD: hue angle of 189.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59A0AD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89160173-
CMYK0.490.0800.32
HSL189.29º33.87%51.37%-
HSV(B)189.29º48.55%67.84%-
XYZ24.2330.2844.1-
YUV140.25146.4891.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=21.09%
G=37.91%
B=41.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891601730.490.0800.32189.2933.8751.37
Hex59A0AD318020bd2233
Octal13124025561100402754263
Binary101100110100000101011011100011000010000010111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A0AD; }

 p { color: rgb(89,160,173); }

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

<style>
 a { background-color: #59A0AD; }

 a { background-color: rgb(89,160,173); }

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

<style>
 span { border-color: #59A0AD; }

 span { border-color: rgb(89,160,173); }

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