Shades of Dark Slate #485C5A
Tints of Dark Slate #485C5A
RGB
CMYK
RGB Variations
Color information
#485C5A (or 0x485C5A) is known color: Dark Slate. HEX triplet: 48, 5C and 5A. RGB value is (72,92,90). Sum of RGB (Red+Green+Blue) = 72+92+90=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #485C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5A is #B7A3A5. Grayscale: #555555. Windows color (decimal): -12034982 or 5921864. OLE color: 5921864.
HSL color Cylindrical-coordinate representation of color #485C5A: hue angle of 174º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C5A is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 90 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.64 |
| HSL | 174º | 0.12% | 0.32% | - |
| HSV(B) | 174º | 0.22% | 0.36% | - |
| XYZ | 8.35 | 9.77 | 11.12 | - |
| YUV | 85.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 90 | 0.22 | 0 | 0.02 | 0.64 | 174 | 0.12 | 0.32 |
| Hex | 48 | 5C | 5A | 16 | 0 | 2 | 40 | AE | C | 20 |
| Octal | 110 | 134 | 132 | 26 | 0 | 2 | 100 | 256 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1011010 | 10110 | 0 | 10 | 1000000 | 10101110 | 1100 | 100000 |
Color Harmonies of #485C5A
Complementary color
Monochromatic Colors of #485C5A
Black with #485C5A
Text Example
Text Example
White with #485C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C5A; }
p { color: rgb(72,92,90); }
H1.HeaderClassName
{
color: #485C5A;
}
.AnyTagClassName
{
color: #485C5A;
}
</style>
background-color css
<style>
a { background-color: #485C5A; }
a { background-color: rgb(72,92,90); }
div.DivClassName
{
background-color: #485C5A;
}
.BgClassName
{
background-color: #485C5A;
}
</style>
border-color css
<style>
span { border-color: #485C5A; }
span { border-color: rgb(72,92,90); }
td.TdClassName
{
border-color: #485C5A;
}
.TagClassName
{
border-color: #485C5A;
}
</style>