Shades of Dark Slate #505554
Tints of Dark Slate #505554
RGB
CMYK
RGB Variations
Color information
#505554 (or 0x505554) is known color: Dark Slate. HEX triplet: 50, 55 and 54. RGB value is (80,85,84). Sum of RGB (Red+Green+Blue) = 80+85+84=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 85 - color contains mainly: green. Hex color #505554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505554 is #AFAAAB. Grayscale: #535353. Windows color (decimal): -11512492 or 5526864. OLE color: 5526864.
HSL color Cylindrical-coordinate representation of color #505554: hue angle of 168º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505554 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 84 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.67 |
| HSL | 168º | 0.03% | 0.32% | - |
| HSV(B) | 168º | 0.06% | 0.33% | - |
| XYZ | 8.16 | 8.84 | 9.66 | - |
| YUV | 83.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 84 | 0.06 | 0 | 0.01 | 0.67 | 168 | 0.03 | 0.32 |
| Hex | 50 | 55 | 54 | 6 | 0 | 1 | 43 | A8 | 3 | 20 |
| Octal | 120 | 125 | 124 | 6 | 0 | 1 | 103 | 250 | 3 | 40 |
| Binary | 1010000 | 1010101 | 1010100 | 110 | 0 | 1 | 1000011 | 10101000 | 11 | 100000 |
Color Harmonies of #505554
Complementary color
Monochromatic Colors of #505554
Black with #505554
Text Example
Text Example
White with #505554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505554; }
p { color: rgb(80,85,84); }
H1.HeaderClassName
{
color: #505554;
}
.AnyTagClassName
{
color: #505554;
}
</style>
background-color css
<style>
a { background-color: #505554; }
a { background-color: rgb(80,85,84); }
div.DivClassName
{
background-color: #505554;
}
.BgClassName
{
background-color: #505554;
}
</style>
border-color css
<style>
span { border-color: #505554; }
span { border-color: rgb(80,85,84); }
td.TdClassName
{
border-color: #505554;
}
.TagClassName
{
border-color: #505554;
}
</style>