#205052

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

Shades of Dark Slate Grey #205052

Tints of Dark Slate Grey #205052

Color information

#205052 (or 0x205052) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 50 and 52. RGB value is (32,80,82). Sum of RGB (Red+Green+Blue) = 32+80+82=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #205052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205052 is #DFAFAD. Grayscale: #414141. Windows color (decimal): -14659502 or 5394464. OLE color: 5394464.

HSL color Cylindrical-coordinate representation of color #205052: hue angle of 182.4º 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 #205052 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB328082-
CMYK0.610.0200.68
HSL182.4º43.86%22.35%-
HSV(B)182.4º60.98%32.16%-
XYZ4.996.659-
YUV65.88137.1103.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=16.49%
G=41.24%
B=42.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3280820.610.0200.68182.443.8622.35
Hex2050523D2044b62c16
Octal4012012275201042665426
Binary1000001010000101001011110110010001001011011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205052; }

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

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

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

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

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

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

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

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