Shades of Dark Slate #4B5B59
Tints of Dark Slate #4B5B59
RGB
CMYK
RGB Variations
Color information
#4B5B59 (or 0x4B5B59) is known color: Dark Slate. HEX triplet: 4B, 5B and 59. RGB value is (75,91,89). Sum of RGB (Red+Green+Blue) = 75+91+89=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B59 is #B4A4A6. Grayscale: #555555. Windows color (decimal): -11838631 or 5856075. OLE color: 5856075.
HSL color Cylindrical-coordinate representation of color #4B5B59: hue angle of 172.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B5B59 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 89 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.64 |
| HSL | 172.5º | 0.1% | 0.33% | - |
| HSV(B) | 172.5º | 0.18% | 0.36% | - |
| XYZ | 8.45 | 9.7 | 10.88 | - |
| YUV | 85.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 89 | 0.18 | 0 | 0.02 | 0.64 | 172.5 | 0.1 | 0.33 |
| Hex | 4B | 5B | 59 | 12 | 0 | 2 | 40 | AC | A | 21 |
| Octal | 113 | 133 | 131 | 22 | 0 | 2 | 100 | 254 | 12 | 41 |
| Binary | 1001011 | 1011011 | 1011001 | 10010 | 0 | 10 | 1000000 | 10101100 | 1010 | 100001 |
Color Harmonies of #4B5B59
Complementary color
Monochromatic Colors of #4B5B59
Black with #4B5B59
Text Example
Text Example
White with #4B5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B59; }
p { color: rgb(75,91,89); }
H1.HeaderClassName
{
color: #4B5B59;
}
.AnyTagClassName
{
color: #4B5B59;
}
</style>
background-color css
<style>
a { background-color: #4B5B59; }
a { background-color: rgb(75,91,89); }
div.DivClassName
{
background-color: #4B5B59;
}
.BgClassName
{
background-color: #4B5B59;
}
</style>
border-color css
<style>
span { border-color: #4B5B59; }
span { border-color: rgb(75,91,89); }
td.TdClassName
{
border-color: #4B5B59;
}
.TagClassName
{
border-color: #4B5B59;
}
</style>