#59A5AB

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

Shades of Cadet Blue #59A5AB

Tints of Cadet Blue #59A5AB

Color information

#59A5AB (or 0x59A5AB) is unknown color: approx Cadet Blue. HEX triplet: 59, A5 and AB. RGB value is (89,165,171). Sum of RGB (Red+Green+Blue) = 89+165+171=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #59A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A5AB is #A65A54. Grayscale: #8E8E8E. Windows color (decimal): -10902101 or 11248985. OLE color: 11248985.

HSL color Cylindrical-coordinate representation of color #59A5AB: hue angle of 184.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59A5AB is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89165171-
CMYK0.480.0400.33
HSL184.39º32.8%50.98%-
HSV(B)184.39º47.95%67.06%-
XYZ24.9331.9743.39-
YUV142.96143.8289.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=20.94%
G=38.82%
B=40.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891651710.480.0400.33184.3932.850.98
Hex59A5AB304021b82133
Octal1312452536040412704163
Binary10110011010010110101011110000100010000110111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,171); }

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

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

 a { background-color: rgb(89,165,171); }

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

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

 span { border-color: rgb(89,165,171); }

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