#205352

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

Shades of Dark Slate Grey #205352

Tints of Dark Slate Grey #205352

Color information

#205352 (or 0x205352) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 53 and 52. RGB value is (32,83,82). Sum of RGB (Red+Green+Blue) = 32+83+82=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #205352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205352 is #DFACAD. Grayscale: #434343. Windows color (decimal): -14658734 or 5395232. OLE color: 5395232.

HSL color Cylindrical-coordinate representation of color #205352: hue angle of 178.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205352 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB328382-
CMYK0.6100.010.67
HSL178.82º44.35%22.55%-
HSV(B)178.82º61.45%32.55%-
XYZ5.217.19.08-
YUV67.64136.1102.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=16.24%
G=42.13%
B=41.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283820.6100.010.67178.8244.3522.55
Hex2053523D0143b32c17
Octal4012312275011032635427
Binary100000101001110100101111010110000111011001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205352; }

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

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

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

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

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

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

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

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