Shades of Dark Slate Grey #26585D
Tints of Dark Slate Grey #26585D
RGB
CMYK
RGB Variations
Color information
#26585D (or 0x26585D) is known color: Dark Slate Grey. HEX triplet: 26, 58 and 5D. RGB value is (38,88,93). Sum of RGB (Red+Green+Blue) = 38+88+93=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #26585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26585D is #D9A7A2. Grayscale: #494949. Windows color (decimal): -14264227 or 6117414. OLE color: 6117414.
HSL color Cylindrical-coordinate representation of color #26585D: hue angle of 185.45º 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 #26585D is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 88 | 93 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.64 |
| HSL | 185.45º | 0.42% | 0.26% | - |
| HSV(B) | 185.45º | 0.59% | 0.36% | - |
| XYZ | 6.26 | 8.18 | 11.6 | - |
| YUV | 73.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 93 | 0.59 | 0.05 | 0 | 0.64 | 185.45 | 0.42 | 0.26 |
| Hex | 26 | 58 | 5D | 3B | 5 | 0 | 40 | B9 | 2A | 1A |
| Octal | 46 | 130 | 135 | 73 | 5 | 0 | 100 | 271 | 52 | 32 |
| Binary | 100110 | 1011000 | 1011101 | 111011 | 101 | 0 | 1000000 | 10111001 | 101010 | 11010 |
Color Harmonies of #26585D
Complementary color
Monochromatic Colors of #26585D
Black with #26585D
Text Example
Text Example
White with #26585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26585D; }
p { color: rgb(38,88,93); }
H1.HeaderClassName
{
color: #26585D;
}
.AnyTagClassName
{
color: #26585D;
}
</style>
background-color css
<style>
a { background-color: #26585D; }
a { background-color: rgb(38,88,93); }
div.DivClassName
{
background-color: #26585D;
}
.BgClassName
{
background-color: #26585D;
}
</style>
border-color css
<style>
span { border-color: #26585D; }
span { border-color: rgb(38,88,93); }
td.TdClassName
{
border-color: #26585D;
}
.TagClassName
{
border-color: #26585D;
}
</style>