#205656

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

Shades of Dark Slate Grey #205656

Tints of Dark Slate Grey #205656

Color information

#205656 (or 0x205656) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 56 and 56. RGB value is (32,86,86). Sum of RGB (Red+Green+Blue) = 32+86+86=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #205656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205656 is #DFA9A9. Grayscale: #454545. Windows color (decimal): -14657962 or 5658144. OLE color: 5658144.

HSL color Cylindrical-coordinate representation of color #205656: hue angle of 180º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205656 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB328686-
CMYK0.63000.66
HSL180º45.76%23.14%-
HSV(B)180º62.79%33.73%-
XYZ5.67.639.98-
YUV69.85137.11101-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=15.69%
G=42.16%
B=42.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286860.63000.6618045.7623.14
Hex2056563F0042b42e17
Octal4012612677001022645627
Binary100000101011010101101111110010000101011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205656; }

 p { color: rgb(32,86,86); }

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

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

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

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

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

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

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