Html Css Color HEX #205051 Dark Slate Grey

📋 copy color: '#205051'

red 32 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate Grey #205051

Tints of Dark Slate Grey #205051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.45%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 16.58%
G = 41.45%
B = 41.97%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#205051 (or 0x205051) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 51. RGB value is (32,80,81). Sum of RGB (Red+Green+Blue) = 32+80+81=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #205051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205051 is #DFAFAE. Grayscale: #414141. Windows color (decimal): -14659503 or 5328928. OLE color: 5328928.

HSL color Cylindrical-coordinate representation of color #205051: hue angle of 181.22º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205051 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 80 81 -
CMYK 0.60 0.01 0 0.68
HSL 181.22º 0.43% 0.22% -
HSV(B) 181.22º 0.6% 0.32% -
XYZ 4.95 6.64 8.81 -
YUV 65.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 32 80 81 0.60 0.01 0 0.68 181.22 0.43 0.22
Hex 20 50 51 3C 1 0 44 B5 2B 16
Octal 40 120 121 74 1 0 104 265 53 26
Binary 100000 1010000 1010001 111100 1 0 1000100 10110101 101011 10110

Color Harmonies of #205051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205051

Black with #205051

Text Example


Text Example

White with #205051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205051; }

 p { color: rgb(32,80,81); }

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

background-color css

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

 a { background-color: rgb(32,80,81); }

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

border-color css

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

 span { border-color: rgb(32,80,81); }

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