#52A49C

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

Shades of Cadet Blue #52A49C

Tints of Cadet Blue #52A49C

Color information

#52A49C (or 0x52A49C) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and 9C. RGB value is (82,164,156). Sum of RGB (Red+Green+Blue) = 82+164+156=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #52A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A49C is #AD5B63. Grayscale: #8A8A8A. Windows color (decimal): -11361124 or 10265682. OLE color: 10265682.

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

Color convert

RGB82164156-
CMYK0.500.050.36
HSL174.15º33.33%48.24%-
HSV(B)174.15º50%64.31%-
XYZ22.7630.7536.19-
YUV138.57137.8387.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.40%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=20.40%
G=40.80%
B=38.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641560.500.050.36174.1533.3348.24
Hex52A49C320524ae2130
Octal1222442346205442564160
Binary10100101010010010011100110010010110010010101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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