#52A59B

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

Shades of Cadet Blue #52A59B

Tints of Cadet Blue #52A59B

Color information

#52A59B (or 0x52A59B) is unknown color: approx Cadet Blue. HEX triplet: 52, A5 and 9B. RGB value is (82,165,155). Sum of RGB (Red+Green+Blue) = 82+165+155=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #52A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A59B is #AD5A64. Grayscale: #8B8B8B. Windows color (decimal): -11360869 or 10200402. OLE color: 10200402.

HSL color Cylindrical-coordinate representation of color #52A59B: hue angle of 172.77º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A59B is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB82165155-
CMYK0.5000.060.35
HSL172.77º33.6%48.43%-
HSV(B)172.77º50.3%64.71%-
XYZ22.8531.0735.8-
YUV139.0413787.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.40%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=20.40%
G=41.04%
B=38.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821651550.5000.060.35172.7733.648.43
Hex52A59B320623ad2230
Octal1222452336206432554260
Binary10100101010010110011011110010011010001110101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,155); }

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

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

 a { background-color: rgb(82,165,155); }

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

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

 span { border-color: rgb(82,165,155); }

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