Html Css Color HEX #205856 Dark Slate Grey

📋 copy color: '#205856'

red 32 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate Grey #205856

Tints of Dark Slate Grey #205856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 15.53%
G = 42.72%
B = 41.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#205856 (or 0x205856) is known color: Dark Slate Grey. HEX triplet: 20, 58 and 56. RGB value is (32,88,86). Sum of RGB (Red+Green+Blue) = 32+88+86=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #205856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205856 is #DFA7A9. Grayscale: #464646. Windows color (decimal): -14657450 or 5658656. OLE color: 5658656.

HSL color Cylindrical-coordinate representation of color #205856: hue angle of 177.86º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205856 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 88 86 -
CMYK 0.64 0 0.02 0.65
HSL 177.86º 0.47% 0.24% -
HSV(B) 177.86º 0.64% 0.35% -
XYZ 5.77 7.96 10.04 -
YUV 71.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 32 88 86 0.64 0 0.02 0.65 177.86 0.47 0.24
Hex 20 58 56 40 0 2 41 B2 2F 18
Octal 40 130 126 100 0 2 101 262 57 30
Binary 100000 1011000 1010110 1000000 0 10 1000001 10110010 101111 11000

Color Harmonies of #205856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205856

Black with #205856

Text Example


Text Example

White with #205856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205856; }

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

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

background-color css

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

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

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

border-color css

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

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

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