Shades of Dark Slate Grey #26585B
Tints of Dark Slate Grey #26585B
RGB
CMYK
RGB Variations
Color information
#26585B (or 0x26585B) is known color: Dark Slate Grey. HEX triplet: 26, 58 and 5B. RGB value is (38,88,91). Sum of RGB (Red+Green+Blue) = 38+88+91=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #26585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26585B is #D9A7A4. Grayscale: #494949. Windows color (decimal): -14264229 or 5986342. OLE color: 5986342.
HSL color Cylindrical-coordinate representation of color #26585B: hue angle of 183.4º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26585B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 88 | 91 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.64 |
| HSL | 183.4º | 0.41% | 0.25% | - |
| HSV(B) | 183.4º | 0.58% | 0.36% | - |
| XYZ | 6.18 | 8.15 | 11.14 | - |
| YUV | 73.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 91 | 0.58 | 0.03 | 0 | 0.64 | 183.4 | 0.41 | 0.25 |
| Hex | 26 | 58 | 5B | 3A | 3 | 0 | 40 | B7 | 29 | 19 |
| Octal | 46 | 130 | 133 | 72 | 3 | 0 | 100 | 267 | 51 | 31 |
| Binary | 100110 | 1011000 | 1011011 | 111010 | 11 | 0 | 1000000 | 10110111 | 101001 | 11001 |
Color Harmonies of #26585B
Complementary color
Monochromatic Colors of #26585B
Black with #26585B
Text Example
Text Example
White with #26585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26585B; }
p { color: rgb(38,88,91); }
H1.HeaderClassName
{
color: #26585B;
}
.AnyTagClassName
{
color: #26585B;
}
</style>
background-color css
<style>
a { background-color: #26585B; }
a { background-color: rgb(38,88,91); }
div.DivClassName
{
background-color: #26585B;
}
.BgClassName
{
background-color: #26585B;
}
</style>
border-color css
<style>
span { border-color: #26585B; }
span { border-color: rgb(38,88,91); }
td.TdClassName
{
border-color: #26585B;
}
.TagClassName
{
border-color: #26585B;
}
</style>