Shades of Dark Slate Grey #26544D
Tints of Dark Slate Grey #26544D
RGB
CMYK
RGB Variations
Color information
#26544D (or 0x26544D) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 4D. RGB value is (38,84,77). Sum of RGB (Red+Green+Blue) = 38+84+77=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #26544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26544D is #D9ABB2. Grayscale: #454545. Windows color (decimal): -14265267 or 5067814. OLE color: 5067814.
HSL color Cylindrical-coordinate representation of color #26544D: hue angle of 170.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26544D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 77 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.67 |
| HSL | 170.87º | 0.38% | 0.24% | - |
| HSV(B) | 170.87º | 0.55% | 0.33% | - |
| XYZ | 5.31 | 7.29 | 8.15 | - |
| YUV | 69.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 77 | 0.55 | 0 | 0.08 | 0.67 | 170.87 | 0.38 | 0.24 |
| Hex | 26 | 54 | 4D | 37 | 0 | 8 | 43 | AB | 26 | 18 |
| Octal | 46 | 124 | 115 | 67 | 0 | 10 | 103 | 253 | 46 | 30 |
| Binary | 100110 | 1010100 | 1001101 | 110111 | 0 | 1000 | 1000011 | 10101011 | 100110 | 11000 |
Color Harmonies of #26544D
Complementary color
Monochromatic Colors of #26544D
Black with #26544D
Text Example
Text Example
White with #26544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26544D; }
p { color: rgb(38,84,77); }
H1.HeaderClassName
{
color: #26544D;
}
.AnyTagClassName
{
color: #26544D;
}
</style>
background-color css
<style>
a { background-color: #26544D; }
a { background-color: rgb(38,84,77); }
div.DivClassName
{
background-color: #26544D;
}
.BgClassName
{
background-color: #26544D;
}
</style>
border-color css
<style>
span { border-color: #26544D; }
span { border-color: rgb(38,84,77); }
td.TdClassName
{
border-color: #26544D;
}
.TagClassName
{
border-color: #26544D;
}
</style>