Shades of Dark Slate Grey #26595C
Tints of Dark Slate Grey #26595C
RGB
CMYK
RGB Variations
Color information
#26595C (or 0x26595C) is known color: Dark Slate Grey. HEX triplet: 26, 59 and 5C. RGB value is (38,89,92). Sum of RGB (Red+Green+Blue) = 38+89+92=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #26595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26595C is #D9A6A3. Grayscale: #4A4A4A. Windows color (decimal): -14263972 or 6052134. OLE color: 6052134.
HSL color Cylindrical-coordinate representation of color #26595C: hue angle of 183.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26595C is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 89 | 92 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.64 |
| HSL | 183.33º | 0.42% | 0.25% | - |
| HSV(B) | 183.33º | 0.59% | 0.36% | - |
| XYZ | 6.3 | 8.33 | 11.4 | - |
| YUV | 74.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 92 | 0.59 | 0.03 | 0 | 0.64 | 183.33 | 0.42 | 0.25 |
| Hex | 26 | 59 | 5C | 3B | 3 | 0 | 40 | B7 | 2A | 19 |
| Octal | 46 | 131 | 134 | 73 | 3 | 0 | 100 | 267 | 52 | 31 |
| Binary | 100110 | 1011001 | 1011100 | 111011 | 11 | 0 | 1000000 | 10110111 | 101010 | 11001 |
Color Harmonies of #26595C
Complementary color
Monochromatic Colors of #26595C
Black with #26595C
Text Example
Text Example
White with #26595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26595C; }
p { color: rgb(38,89,92); }
H1.HeaderClassName
{
color: #26595C;
}
.AnyTagClassName
{
color: #26595C;
}
</style>
background-color css
<style>
a { background-color: #26595C; }
a { background-color: rgb(38,89,92); }
div.DivClassName
{
background-color: #26595C;
}
.BgClassName
{
background-color: #26595C;
}
</style>
border-color css
<style>
span { border-color: #26595C; }
span { border-color: rgb(38,89,92); }
td.TdClassName
{
border-color: #26595C;
}
.TagClassName
{
border-color: #26595C;
}
</style>