#52A59C

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

Shades of Cadet Blue #52A59C

Tints of Cadet Blue #52A59C

Color information

#52A59C (or 0x52A59C) is unknown color: approx Cadet Blue. HEX triplet: 52, A5 and 9C. RGB value is (82,165,156). Sum of RGB (Red+Green+Blue) = 82+165+156=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #52A59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A59C is #AD5A63. Grayscale: #8B8B8B. Windows color (decimal): -11360868 or 10265938. OLE color: 10265938.

HSL color Cylindrical-coordinate representation of color #52A59C: hue angle of 173.49º 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 #52A59C is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB82165156-
CMYK0.5000.050.35
HSL173.49º33.6%48.43%-
HSV(B)173.49º50.3%64.71%-
XYZ22.9431.136.25-
YUV139.16137.587.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=20.35%
G=40.94%
B=38.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821651560.5000.050.35173.4933.648.43
Hex52A59C320523ad2230
Octal1222452346205432554260
Binary10100101010010110011100110010010110001110101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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