Shades of Dark Slate Grey #26595E
Tints of Dark Slate Grey #26595E
RGB
CMYK
RGB Variations
Color information
#26595E (or 0x26595E) is known color: Dark Slate Grey. HEX triplet: 26, 59 and 5E. RGB value is (38,89,94). Sum of RGB (Red+Green+Blue) = 38+89+94=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #26595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26595E is #D9A6A1. Grayscale: #4A4A4A. Windows color (decimal): -14263970 or 6183206. OLE color: 6183206.
HSL color Cylindrical-coordinate representation of color #26595E: hue angle of 185.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26595E is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 89 | 94 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.63 |
| HSL | 185.36º | 0.42% | 0.26% | - |
| HSV(B) | 185.36º | 0.6% | 0.37% | - |
| XYZ | 6.39 | 8.36 | 11.87 | - |
| YUV | 74.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 94 | 0.60 | 0.05 | 0 | 0.63 | 185.36 | 0.42 | 0.26 |
| Hex | 26 | 59 | 5E | 3C | 5 | 0 | 3F | B9 | 2A | 1A |
| Octal | 46 | 131 | 136 | 74 | 5 | 0 | 77 | 271 | 52 | 32 |
| Binary | 100110 | 1011001 | 1011110 | 111100 | 101 | 0 | 111111 | 10111001 | 101010 | 11010 |
Color Harmonies of #26595E
Complementary color
Monochromatic Colors of #26595E
Black with #26595E
Text Example
Text Example
White with #26595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26595E; }
p { color: rgb(38,89,94); }
H1.HeaderClassName
{
color: #26595E;
}
.AnyTagClassName
{
color: #26595E;
}
</style>
background-color css
<style>
a { background-color: #26595E; }
a { background-color: rgb(38,89,94); }
div.DivClassName
{
background-color: #26595E;
}
.BgClassName
{
background-color: #26595E;
}
</style>
border-color css
<style>
span { border-color: #26595E; }
span { border-color: rgb(38,89,94); }
td.TdClassName
{
border-color: #26595E;
}
.TagClassName
{
border-color: #26595E;
}
</style>