#52A9AB

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

Shades of Cadet Blue #52A9AB

Tints of Cadet Blue #52A9AB

Color information

#52A9AB (or 0x52A9AB) is unknown color: approx Cadet Blue. HEX triplet: 52, A9 and AB. RGB value is (82,169,171). Sum of RGB (Red+Green+Blue) = 82+169+171=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #52A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A9AB is #AD5654. Grayscale: #8F8F8F. Windows color (decimal): -11359829 or 11250002. OLE color: 11250002.

HSL color Cylindrical-coordinate representation of color #52A9AB: hue angle of 181.35º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A9AB is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82169171-
CMYK0.520.0100.33
HSL181.35º35.18%49.61%-
HSV(B)181.35º52.05%67.06%-
XYZ25.0233.1143.6-
YUV143.21143.6884.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.43%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=19.43%
G=40.05%
B=40.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821691710.520.0100.33181.3535.1849.61
Hex52A9AB341021b52332
Octal1222512536410412654362
Binary101001010101001101010111101001010000110110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,171); }

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

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

 a { background-color: rgb(82,169,171); }

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

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

 span { border-color: rgb(82,169,171); }

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