#205657

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

Shades of Dark Slate Grey #205657

Tints of Dark Slate Grey #205657

Color information

#205657 (or 0x205657) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 56 and 57. RGB value is (32,86,87). Sum of RGB (Red+Green+Blue) = 32+86+87=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #205657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205657 is #DFA9A8. Grayscale: #454545. Windows color (decimal): -14657961 or 5723680. OLE color: 5723680.

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

Color convert

RGB328687-
CMYK0.630.0100.66
HSL181.09º46.22%23.33%-
HSV(B)181.09º63.22%34.12%-
XYZ5.647.6510.2-
YUV69.97137.61100.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=15.61%
G=41.95%
B=42.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286870.630.0100.66181.0946.2223.33
Hex2056573F1042b52e17
Octal4012612777101022655627
Binary100000101011010101111111111010000101011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205657; }

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

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

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

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

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

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

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

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