Html Css Color HEX #59A5A0 Cadet Blue

📋 copy color: '#59A5A0'

red 89 ◦ green 165 ◦ blue 160

#59A5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #59A5A0

Tints of Cadet Blue #59A5A0

RGB

 RED value IS 89 (35.16% from 255) = 21.5%

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 21.5%
G = 39.86%
B = 38.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#59A5A0 (or 0x59A5A0) is known color: Cadet Blue. HEX triplet: 59, A5 and A0. RGB value is (89,165,160). Sum of RGB (Red+Green+Blue) = 89+165+160=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #59A5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A5A0 is #A65A5F. Grayscale: #8D8D8D. Windows color (decimal): -10902112 or 10528089. OLE color: 10528089.

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

Color convert

RGB 89 165 160 -
CMYK 0.46 0 0.03 0.35
HSL 176.05º 0.3% 0.5% -
HSV(B) 176.05º 0.46% 0.65% -
XYZ 23.92 31.57 38.09 -
YUV 141.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 89 165 160 0.46 0 0.03 0.35 176.05 0.3 0.5
Hex 59 A5 A0 2E 0 3 23 B0 1E 32
Octal 131 245 240 56 0 3 43 260 36 62
Binary 1011001 10100101 10100000 101110 0 11 100011 10110000 11110 110010

Color Harmonies of #59A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A5A0

Black with #59A5A0

Text Example


Text Example

White with #59A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59A5A0;
 }
 .AnyTagClassName
 {
   color: #59A5A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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