Shades of Dark Slate Grey #26544E
Tints of Dark Slate Grey #26544E
RGB
CMYK
RGB Variations
Color information
#26544E (or 0x26544E) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 4E. RGB value is (38,84,78). Sum of RGB (Red+Green+Blue) = 38+84+78=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #26544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26544E is #D9ABB1. Grayscale: #454545. Windows color (decimal): -14265266 or 5133350. OLE color: 5133350.
HSL color Cylindrical-coordinate representation of color #26544E: hue angle of 172.17º 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 #26544E is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 78 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.67 |
| HSL | 172.17º | 0.38% | 0.24% | - |
| HSV(B) | 172.17º | 0.55% | 0.33% | - |
| XYZ | 5.34 | 7.3 | 8.34 | - |
| YUV | 69.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 78 | 0.55 | 0 | 0.07 | 0.67 | 172.17 | 0.38 | 0.24 |
| Hex | 26 | 54 | 4E | 37 | 0 | 7 | 43 | AC | 26 | 18 |
| Octal | 46 | 124 | 116 | 67 | 0 | 7 | 103 | 254 | 46 | 30 |
| Binary | 100110 | 1010100 | 1001110 | 110111 | 0 | 111 | 1000011 | 10101100 | 100110 | 11000 |
Color Harmonies of #26544E
Complementary color
Monochromatic Colors of #26544E
Black with #26544E
Text Example
Text Example
White with #26544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26544E; }
p { color: rgb(38,84,78); }
H1.HeaderClassName
{
color: #26544E;
}
.AnyTagClassName
{
color: #26544E;
}
</style>
background-color css
<style>
a { background-color: #26544E; }
a { background-color: rgb(38,84,78); }
div.DivClassName
{
background-color: #26544E;
}
.BgClassName
{
background-color: #26544E;
}
</style>
border-color css
<style>
span { border-color: #26544E; }
span { border-color: rgb(38,84,78); }
td.TdClassName
{
border-color: #26544E;
}
.TagClassName
{
border-color: #26544E;
}
</style>