#205757

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

Shades of Dark Slate Grey #205757

Tints of Dark Slate Grey #205757

Color information

#205757 (or 0x205757) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 57 and 57. RGB value is (32,87,87). Sum of RGB (Red+Green+Blue) = 32+87+87=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #205757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205757 is #DFA8A8. Grayscale: #464646. Windows color (decimal): -14657705 or 5723936. OLE color: 5723936.

HSL color Cylindrical-coordinate representation of color #205757: 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 #205757 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB328787-
CMYK0.63000.66
HSL180º46.22%23.33%-
HSV(B)180º63.22%34.12%-
XYZ5.727.8110.22-
YUV70.55137.28100.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=15.53%
G=42.23%
B=42.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3287870.63000.6618046.2223.33
Hex2057573F0042b42e17
Octal4012712777001022645627
Binary100000101011110101111111110010000101011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205757; }

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

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

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

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

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

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

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

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