#505957

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

Shades of Dark Slate #505957

Tints of Dark Slate #505957

Color information

#505957 (or 0x505957) is unknown color: approx Dark Slate. HEX triplet: 50, 59 and 57. RGB value is (80,89,87). Sum of RGB (Red+Green+Blue) = 80+89+87=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #505957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505957 is #AFA6A8. Grayscale: #565656. Windows color (decimal): -11511465 or 5724496. OLE color: 5724496.

HSL color Cylindrical-coordinate representation of color #505957: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505957 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB808987-
CMYK0.1000.020.65
HSL166.67º5.33%33.14%-
HSV(B)166.67º10.11%34.9%-
XYZ8.69.5410.4-
YUV86.08128.52123.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=31.25%
G=34.77%
B=33.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089870.1000.020.65166.675.3333.14
Hex505957A0241a7521
Octal1201311271202101247541
Binary1010000101100110101111010010100000110100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505957; }

 p { color: rgb(80,89,87); }

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

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

 a { background-color: rgb(80,89,87); }

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

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

 span { border-color: rgb(80,89,87); }

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