#52A5AD

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

Shades of Cadet Blue #52A5AD

Tints of Cadet Blue #52A5AD

Color information

#52A5AD (or 0x52A5AD) is unknown color: approx Cadet Blue. HEX triplet: 52, A5 and AD. RGB value is (82,165,173). Sum of RGB (Red+Green+Blue) = 82+165+173=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #52A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A5AD is #AD5A52. Grayscale: #8C8C8C. Windows color (decimal): -11360851 or 11380050. OLE color: 11380050.

HSL color Cylindrical-coordinate representation of color #52A5AD: hue angle of 185.27º 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 #52A5AD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82165173-
CMYK0.530.0500.32
HSL185.27º35.69%50%-
HSV(B)185.27º52.6%67.84%-
XYZ24.4831.7244.37-
YUV141.114685.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=19.52%
G=39.29%
B=41.19%

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
Decimal821651730.530.0500.32185.2735.6950
Hex52A5AD355020b92432
Octal1222452556550402714462
Binary10100101010010110101101110101101010000010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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