#52A4AD

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

Shades of Cadet Blue #52A4AD

Tints of Cadet Blue #52A4AD

Color information

#52A4AD (or 0x52A4AD) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and AD. RGB value is (82,164,173). Sum of RGB (Red+Green+Blue) = 82+164+173=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #52A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A4AD is #AD5B52. Grayscale: #8C8C8C. Windows color (decimal): -11361107 or 11379794. OLE color: 11379794.

HSL color Cylindrical-coordinate representation of color #52A4AD: hue angle of 185.93º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52A4AD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82164173-
CMYK0.530.0500.32
HSL185.93º35.69%50%-
HSV(B)185.93º52.6%67.84%-
XYZ24.331.3644.31-
YUV140.51146.3386.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.57%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=19.57%
G=39.14%
B=41.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821641730.530.0500.32185.9335.6950
Hex52A4AD355020ba2432
Octal1222442556550402724462
Binary10100101010010010101101110101101010000010111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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