#53A2AA

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

Shades of Cadet Blue #53A2AA

Tints of Cadet Blue #53A2AA

Color information

#53A2AA (or 0x53A2AA) is unknown color: approx Cadet Blue. HEX triplet: 53, A2 and AA. RGB value is (83,162,170). Sum of RGB (Red+Green+Blue) = 83+162+170=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A2AA is #AC5D55. Grayscale: #8B8B8B. Windows color (decimal): -11296086 or 11182675. OLE color: 11182675.

HSL color Cylindrical-coordinate representation of color #53A2AA: hue angle of 185.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A2AA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83162170-
CMYK0.510.0500.33
HSL185.52º34.39%49.61%-
HSV(B)185.52º51.18%66.67%-
XYZ23.7430.5842.68-
YUV139.29145.3387.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=20%
G=39.04%
B=40.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831621700.510.0500.33185.5234.3949.61
Hex53A2AA335021ba2232
Octal1232422526350412724262
Binary10100111010001010101010110011101010000110111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A2AA; }

 p { color: rgb(83,162,170); }

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

<style>
 a { background-color: #53A2AA; }

 a { background-color: rgb(83,162,170); }

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

<style>
 span { border-color: #53A2AA; }

 span { border-color: rgb(83,162,170); }

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