Shades of Dark Slate #505E5B
Tints of Dark Slate #505E5B
RGB
CMYK
RGB Variations
Color information
#505E5B (or 0x505E5B) is known color: Dark Slate. HEX triplet: 50, 5E and 5B. RGB value is (80,94,91). Sum of RGB (Red+Green+Blue) = 80+94+91=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 94 - color contains mainly: green. Hex color #505E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E5B is #AFA1A4. Grayscale: #595959. Windows color (decimal): -11510181 or 5987920. OLE color: 5987920.
HSL color Cylindrical-coordinate representation of color #505E5B: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E5B is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 91 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.63 |
| HSL | 167.14º | 0.08% | 0.34% | - |
| HSV(B) | 167.14º | 0.15% | 0.37% | - |
| XYZ | 9.2 | 10.47 | 11.43 | - |
| YUV | 89.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 91 | 0.15 | 0 | 0.03 | 0.63 | 167.14 | 0.08 | 0.34 |
| Hex | 50 | 5E | 5B | F | 0 | 3 | 3F | A7 | 8 | 22 |
| Octal | 120 | 136 | 133 | 17 | 0 | 3 | 77 | 247 | 10 | 42 |
| Binary | 1010000 | 1011110 | 1011011 | 1111 | 0 | 11 | 111111 | 10100111 | 1000 | 100010 |
Color Harmonies of #505E5B
Complementary color
Monochromatic Colors of #505E5B
Black with #505E5B
Text Example
Text Example
White with #505E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E5B; }
p { color: rgb(80,94,91); }
H1.HeaderClassName
{
color: #505E5B;
}
.AnyTagClassName
{
color: #505E5B;
}
</style>
background-color css
<style>
a { background-color: #505E5B; }
a { background-color: rgb(80,94,91); }
div.DivClassName
{
background-color: #505E5B;
}
.BgClassName
{
background-color: #505E5B;
}
</style>
border-color css
<style>
span { border-color: #505E5B; }
span { border-color: rgb(80,94,91); }
td.TdClassName
{
border-color: #505E5B;
}
.TagClassName
{
border-color: #505E5B;
}
</style>