#52A49F

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

Shades of Cadet Blue #52A49F

Tints of Cadet Blue #52A49F

Color information

#52A49F (or 0x52A49F) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and 9F. RGB value is (82,164,159). Sum of RGB (Red+Green+Blue) = 82+164+159=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #52A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A49F is #AD5B60. Grayscale: #8A8A8A. Windows color (decimal): -11361121 or 10462290. OLE color: 10462290.

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

Color convert

RGB82164159-
CMYK0.500.030.36
HSL176.34º33.33%48.24%-
HSV(B)176.34º50%64.31%-
XYZ23.0130.8537.54-
YUV138.91139.3387.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=20.25%
G=40.49%
B=39.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641590.500.030.36176.3433.3348.24
Hex52A49F320324b02130
Octal1222442376203442604160
Binary1010010101001001001111111001001110010010110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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