#205351

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

Shades of Dark Slate Grey #205351

Tints of Dark Slate Grey #205351

Color information

#205351 (or 0x205351) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 53 and 51. RGB value is (32,83,81). Sum of RGB (Red+Green+Blue) = 32+83+81=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #205351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205351 is #DFACAE. Grayscale: #434343. Windows color (decimal): -14658735 or 5329696. OLE color: 5329696.

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

Color convert

RGB328381-
CMYK0.6100.020.67
HSL177.65º44.35%22.55%-
HSV(B)177.65º61.45%32.55%-
XYZ5.177.098.88-
YUV67.52135.6102.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=16.33%
G=42.35%
B=41.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283810.6100.020.67177.6544.3522.55
Hex2053513D0243b22c17
Octal4012312175021032625427
Binary1000001010011101000111110101010000111011001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205351; }

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

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

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

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

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

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

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

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