Shades of Dark Slate Grey #26595D
Tints of Dark Slate Grey #26595D
RGB
CMYK
RGB Variations
Color information
#26595D (or 0x26595D) is known color: Dark Slate Grey. HEX triplet: 26, 59 and 5D. RGB value is (38,89,93). Sum of RGB (Red+Green+Blue) = 38+89+93=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #26595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26595D is #D9A6A2. Grayscale: #4A4A4A. Windows color (decimal): -14263971 or 6117670. OLE color: 6117670.
HSL color Cylindrical-coordinate representation of color #26595D: hue angle of 184.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26595D is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 89 | 93 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.64 |
| HSL | 184.36º | 0.42% | 0.26% | - |
| HSV(B) | 184.36º | 0.59% | 0.36% | - |
| XYZ | 6.35 | 8.35 | 11.63 | - |
| YUV | 74.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 93 | 0.59 | 0.04 | 0 | 0.64 | 184.36 | 0.42 | 0.26 |
| Hex | 26 | 59 | 5D | 3B | 4 | 0 | 40 | B8 | 2A | 1A |
| Octal | 46 | 131 | 135 | 73 | 4 | 0 | 100 | 270 | 52 | 32 |
| Binary | 100110 | 1011001 | 1011101 | 111011 | 100 | 0 | 1000000 | 10111000 | 101010 | 11010 |
Color Harmonies of #26595D
Complementary color
Monochromatic Colors of #26595D
Black with #26595D
Text Example
Text Example
White with #26595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26595D; }
p { color: rgb(38,89,93); }
H1.HeaderClassName
{
color: #26595D;
}
.AnyTagClassName
{
color: #26595D;
}
</style>
background-color css
<style>
a { background-color: #26595D; }
a { background-color: rgb(38,89,93); }
div.DivClassName
{
background-color: #26595D;
}
.BgClassName
{
background-color: #26595D;
}
</style>
border-color css
<style>
span { border-color: #26595D; }
span { border-color: rgb(38,89,93); }
td.TdClassName
{
border-color: #26595D;
}
.TagClassName
{
border-color: #26595D;
}
</style>