Html Css Color HEX #59A5A3 Cadet Blue

📋 copy color: '#59A5A3'

red 89 ◦ green 165 ◦ blue 163

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

Shades of Cadet Blue #59A5A3

Tints of Cadet Blue #59A5A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.09%

R = 21.34%
G = 39.57%
B = 39.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#59A5A3 (or 0x59A5A3) is known color: Cadet Blue. HEX triplet: 59, A5 and A3. RGB value is (89,165,163). Sum of RGB (Red+Green+Blue) = 89+165+163=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #59A5A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A5A3 is #A65A5C. Grayscale: #8D8D8D. Windows color (decimal): -10902109 or 10724697. OLE color: 10724697.

HSL color Cylindrical-coordinate representation of color #59A5A3: hue angle of 178.42º 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 #59A5A3 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 165 163 -
CMYK 0.46 0 0.01 0.35
HSL 178.42º 0.3% 0.5% -
HSV(B) 178.42º 0.46% 0.65% -
XYZ 24.19 31.68 39.49 -
YUV 142.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 89 165 163 0.46 0 0.01 0.35 178.42 0.3 0.5
Hex 59 A5 A3 2E 0 1 23 B2 1E 32
Octal 131 245 243 56 0 1 43 262 36 62
Binary 1011001 10100101 10100011 101110 0 1 100011 10110010 11110 110010

Color Harmonies of #59A5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A5A3

Black with #59A5A3

Text Example


Text Example

White with #59A5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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