Shades of Dark Slate Grey #26575C
Tints of Dark Slate Grey #26575C
RGB
CMYK
RGB Variations
Color information
#26575C (or 0x26575C) is known color: Dark Slate Grey. HEX triplet: 26, 57 and 5C. RGB value is (38,87,92). Sum of RGB (Red+Green+Blue) = 38+87+92=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #26575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26575C is #D9A8A3. Grayscale: #484848. Windows color (decimal): -14264484 or 6051622. OLE color: 6051622.
HSL color Cylindrical-coordinate representation of color #26575C: hue angle of 185.56º 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 #26575C is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 87 | 92 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.64 |
| HSL | 185.56º | 0.42% | 0.25% | - |
| HSV(B) | 185.56º | 0.59% | 0.36% | - |
| XYZ | 6.14 | 8 | 11.35 | - |
| YUV | 72.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 92 | 0.59 | 0.05 | 0 | 0.64 | 185.56 | 0.42 | 0.25 |
| Hex | 26 | 57 | 5C | 3B | 5 | 0 | 40 | BA | 2A | 19 |
| Octal | 46 | 127 | 134 | 73 | 5 | 0 | 100 | 272 | 52 | 31 |
| Binary | 100110 | 1010111 | 1011100 | 111011 | 101 | 0 | 1000000 | 10111010 | 101010 | 11001 |
Color Harmonies of #26575C
Complementary color
Monochromatic Colors of #26575C
Black with #26575C
Text Example
Text Example
White with #26575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26575C; }
p { color: rgb(38,87,92); }
H1.HeaderClassName
{
color: #26575C;
}
.AnyTagClassName
{
color: #26575C;
}
</style>
background-color css
<style>
a { background-color: #26575C; }
a { background-color: rgb(38,87,92); }
div.DivClassName
{
background-color: #26575C;
}
.BgClassName
{
background-color: #26575C;
}
</style>
border-color css
<style>
span { border-color: #26575C; }
span { border-color: rgb(38,87,92); }
td.TdClassName
{
border-color: #26575C;
}
.TagClassName
{
border-color: #26575C;
}
</style>