#204F52

Color #204F52 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #204F52

Tints of Dark Slate Grey #204F52

Color information

#204F52 (or 0x204F52) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 4F and 52. RGB value is (32,79,82). Sum of RGB (Red+Green+Blue) = 32+79+82=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #204F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F52 is #DFB0AD. Grayscale: #414141. Windows color (decimal): -14659758 or 5394208. OLE color: 5394208.

HSL color Cylindrical-coordinate representation of color #204F52: hue angle of 183.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204F52 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB327982-
CMYK0.610.0400.68
HSL183.6º43.86%22.35%-
HSV(B)183.6º60.98%32.16%-
XYZ4.916.518.98-
YUV65.29137.43104.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=16.58%
G=40.93%
B=42.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3279820.610.0400.68183.643.8622.35
Hex204F523D4044b82c16
Octal4011712275401042705426
Binary10000010011111010010111101100010001001011100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F52; }

 p { color: rgb(32,79,82); }

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

<style>
 a { background-color: #204F52; }

 a { background-color: rgb(32,79,82); }

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

<style>
 span { border-color: #204F52; }

 span { border-color: rgb(32,79,82); }

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