#52A4A0

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

Shades of Cadet Blue #52A4A0

Tints of Cadet Blue #52A4A0

Color information

#52A4A0 (or 0x52A4A0) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and A0. RGB value is (82,164,160). Sum of RGB (Red+Green+Blue) = 82+164+160=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #52A4A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A4A0 is #AD5B5F. Grayscale: #8A8A8A. Windows color (decimal): -11361120 or 10527826. OLE color: 10527826.

HSL color Cylindrical-coordinate representation of color #52A4A0: hue angle of 177.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A4A0 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB82164160-
CMYK0.500.020.36
HSL177.07º33.33%48.24%-
HSV(B)177.07º50%64.31%-
XYZ23.130.8838-
YUV139.03139.8387.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=20.20%
G=40.39%
B=39.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641600.500.020.36177.0733.3348.24
Hex52A4A0320224b12130
Octal1222442406202442614160
Binary1010010101001001010000011001001010010010110001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A4A0; }

 p { color: rgb(82,164,160); }

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

<style>
 a { background-color: #52A4A0; }

 a { background-color: rgb(82,164,160); }

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

<style>
 span { border-color: #52A4A0; }

 span { border-color: rgb(82,164,160); }

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