Html Css Color HEX #205756 Dark Slate Grey

📋 copy color: '#205756'

red 32 ◦ green 87 ◦ blue 86

#205756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #205756

Tints of Dark Slate Grey #205756

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 15.61%
G = 42.44%
B = 41.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#205756 (or 0x205756) is known color: Dark Slate Grey. HEX triplet: 20, 57 and 56. RGB value is (32,87,86). Sum of RGB (Red+Green+Blue) = 32+87+86=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #205756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205756 is #DFA8A9. Grayscale: #464646. Windows color (decimal): -14657706 or 5658400. OLE color: 5658400.

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

Color convert

RGB 32 87 86 -
CMYK 0.63 0 0.01 0.66
HSL 178.91º 0.46% 0.23% -
HSV(B) 178.91º 0.63% 0.34% -
XYZ 5.68 7.8 10.01 -
YUV 70.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 32 87 86 0.63 0 0.01 0.66 178.91 0.46 0.23
Hex 20 57 56 3F 0 1 42 B3 2E 17
Octal 40 127 126 77 0 1 102 263 56 27
Binary 100000 1010111 1010110 111111 0 1 1000010 10110011 101110 10111

Color Harmonies of #205756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205756

Black with #205756

Text Example


Text Example

White with #205756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205756; }

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

 H1.HeaderClassName
 {
   color: #205756;
 }
 .AnyTagClassName
 {
   color: #205756;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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