#205250

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

Shades of Dark Slate Grey #205250

Tints of Dark Slate Grey #205250

Color information

#205250 (or 0x205250) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 52 and 50. RGB value is (32,82,80). Sum of RGB (Red+Green+Blue) = 32+82+80=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #205250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205250 is #DFADAF. Grayscale: #424242. Windows color (decimal): -14658992 or 5263904. OLE color: 5263904.

HSL color Cylindrical-coordinate representation of color #205250: hue angle of 177.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205250 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB328280-
CMYK0.6100.020.68
HSL177.6º43.86%22.35%-
HSV(B)177.6º60.98%32.16%-
XYZ5.066.928.66-
YUV66.82135.44103.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=16.49%
G=42.27%
B=41.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282800.6100.020.68177.643.8622.35
Hex2052503D0244b22c16
Octal4012212075021042625426
Binary1000001010010101000011110101010001001011001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205250; }

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

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

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

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

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

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

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

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