Html Css Color HEX #205556 Dark Slate Grey

📋 copy color: '#205556'

red 32 ◦ green 85 ◦ blue 86

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

Shades of Dark Slate Grey #205556

Tints of Dark Slate Grey #205556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 15.76%
G = 41.87%
B = 42.36%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#205556 (or 0x205556) is known color: Dark Slate Grey. HEX triplet: 20, 55 and 56. RGB value is (32,85,86). Sum of RGB (Red+Green+Blue) = 32+85+86=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #205556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205556 is #DFAAA9. Grayscale: #454545. Windows color (decimal): -14658218 or 5657888. OLE color: 5657888.

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

Color convert

RGB 32 85 86 -
CMYK 0.63 0.01 0 0.66
HSL 181.11º 0.46% 0.23% -
HSV(B) 181.11º 0.63% 0.34% -
XYZ 5.52 7.48 9.96 -
YUV 69.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 32 85 86 0.63 0.01 0 0.66 181.11 0.46 0.23
Hex 20 55 56 3F 1 0 42 B5 2E 17
Octal 40 125 126 77 1 0 102 265 56 27
Binary 100000 1010101 1010110 111111 1 0 1000010 10110101 101110 10111

Color Harmonies of #205556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205556

Black with #205556

Text Example


Text Example

White with #205556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205556; }

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

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

background-color css

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

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

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

border-color css

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

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

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