#52A4AB

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

Shades of Cadet Blue #52A4AB

Tints of Cadet Blue #52A4AB

Color information

#52A4AB (or 0x52A4AB) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and AB. RGB value is (82,164,171). Sum of RGB (Red+Green+Blue) = 82+164+171=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #52A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A4AB is #AD5B54. Grayscale: #8C8C8C. Windows color (decimal): -11361109 or 11248722. OLE color: 11248722.

HSL color Cylindrical-coordinate representation of color #52A4AB: hue angle of 184.72º 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 #52A4AB is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82164171-
CMYK0.520.0400.33
HSL184.72º35.18%49.61%-
HSV(B)184.72º52.05%67.06%-
XYZ24.1131.2943.3-
YUV140.28145.3386.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=19.66%
G=39.33%
B=41.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821641710.520.0400.33184.7235.1849.61
Hex52A4AB344021b92332
Octal1222442536440412714362
Binary10100101010010010101011110100100010000110111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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