#52A49A

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

Shades of Cadet Blue #52A49A

Tints of Cadet Blue #52A49A

Color information

#52A49A (or 0x52A49A) is unknown color: approx Cadet Blue. HEX triplet: 52, A4 and 9A. RGB value is (82,164,154). Sum of RGB (Red+Green+Blue) = 82+164+154=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #52A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A49A is #AD5B65. Grayscale: #8A8A8A. Windows color (decimal): -11361126 or 10134610. OLE color: 10134610.

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

Color convert

RGB82164154-
CMYK0.500.060.36
HSL172.68º33.33%48.24%-
HSV(B)172.68º50%64.31%-
XYZ22.5930.6835.3-
YUV138.34136.8387.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=20.5%
G=41%
B=38.5%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641540.500.060.36172.6833.3348.24
Hex52A49A320624ad2130
Octal1222442326206442554160
Binary10100101010010010011010110010011010010010101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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