Shades of Dark Slate #485050
Tints of Dark Slate #485050
RGB
CMYK
RGB Variations
Color information
#485050 (or 0x485050) is known color: Dark Slate. HEX triplet: 48, 50 and 50. RGB value is (72,80,80). Sum of RGB (Red+Green+Blue) = 72+80+80=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #485050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485050 is #B7AFAF. Grayscale: #4D4D4D. Windows color (decimal): -12038064 or 5263432. OLE color: 5263432.
HSL color Cylindrical-coordinate representation of color #485050: hue angle of 180º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #485050 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 80 | - |
| CMYK | 0.10 | 0 | 0 | 0.69 |
| HSL | 180º | 0.05% | 0.3% | - |
| HSV(B) | 180º | 0.1% | 0.31% | - |
| XYZ | 6.99 | 7.69 | 8.71 | - |
| YUV | 77.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 80 | 0.10 | 0 | 0 | 0.69 | 180 | 0.05 | 0.3 |
| Hex | 48 | 50 | 50 | A | 0 | 0 | 45 | B4 | 5 | 1E |
| Octal | 110 | 120 | 120 | 12 | 0 | 0 | 105 | 264 | 5 | 36 |
| Binary | 1001000 | 1010000 | 1010000 | 1010 | 0 | 0 | 1000101 | 10110100 | 101 | 11110 |
Color Harmonies of #485050
Complementary color
Monochromatic Colors of #485050
Black with #485050
Text Example
Text Example
White with #485050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485050; }
p { color: rgb(72,80,80); }
H1.HeaderClassName
{
color: #485050;
}
.AnyTagClassName
{
color: #485050;
}
</style>
background-color css
<style>
a { background-color: #485050; }
a { background-color: rgb(72,80,80); }
div.DivClassName
{
background-color: #485050;
}
.BgClassName
{
background-color: #485050;
}
</style>
border-color css
<style>
span { border-color: #485050; }
span { border-color: rgb(72,80,80); }
td.TdClassName
{
border-color: #485050;
}
.TagClassName
{
border-color: #485050;
}
</style>