#59A7A1

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

Shades of Cadet Blue #59A7A1

Tints of Cadet Blue #59A7A1

Color information

#59A7A1 (or 0x59A7A1) is unknown color: approx Cadet Blue. HEX triplet: 59, A7 and A1. RGB value is (89,167,161). Sum of RGB (Red+Green+Blue) = 89+167+161=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #59A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A7A1 is #A6585E. Grayscale: #8E8E8E. Windows color (decimal): -10901599 or 10594137. OLE color: 10594137.

HSL color Cylindrical-coordinate representation of color #59A7A1: hue angle of 175.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A7A1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB89167161-
CMYK0.4700.040.35
HSL175.38º30.71%50.2%-
HSV(B)175.38º46.71%65.49%-
XYZ24.3732.3338.67-
YUV142.99138.1689.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=21.34%
G=40.05%
B=38.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891671610.4700.040.35175.3830.7150.2
Hex59A7A12F0423af1f32
Octal1312472415704432573762
Binary1011001101001111010000110111101001000111010111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,167,161); }

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

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

 a { background-color: rgb(89,167,161); }

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

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

 span { border-color: rgb(89,167,161); }

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