#205653

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

Shades of Dark Slate Grey #205653

Tints of Dark Slate Grey #205653

Color information

#205653 (or 0x205653) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 56 and 53. RGB value is (32,86,83). Sum of RGB (Red+Green+Blue) = 32+86+83=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #205653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205653 is #DFA9AC. Grayscale: #454545. Windows color (decimal): -14657965 or 5461536. OLE color: 5461536.

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

Color convert

RGB328683-
CMYK0.6300.030.66
HSL176.67º45.76%23.14%-
HSV(B)176.67º62.79%33.73%-
XYZ5.487.599.36-
YUV69.51135.61101.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=15.92%
G=42.79%
B=41.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286830.6300.030.66176.6745.7623.14
Hex2056533F0342b12e17
Octal4012612377031022615627
Binary1000001010110101001111111101110000101011000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205653; }

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

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

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

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

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

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

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

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