Shades of Dark Slate Grey #26524F
Tints of Dark Slate Grey #26524F
RGB
CMYK
RGB Variations
Color information
#26524F (or 0x26524F) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 4F. RGB value is (38,82,79). Sum of RGB (Red+Green+Blue) = 38+82+79=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #26524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26524F is #D9ADB0. Grayscale: #444444. Windows color (decimal): -14265777 or 5198374. OLE color: 5198374.
HSL color Cylindrical-coordinate representation of color #26524F: hue angle of 175.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26524F is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 79 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.68 |
| HSL | 175.91º | 0.37% | 0.24% | - |
| HSV(B) | 175.91º | 0.54% | 0.32% | - |
| XYZ | 5.23 | 7.01 | 8.47 | - |
| YUV | 68.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 79 | 0.54 | 0 | 0.04 | 0.68 | 175.91 | 0.37 | 0.24 |
| Hex | 26 | 52 | 4F | 36 | 0 | 4 | 44 | B0 | 25 | 18 |
| Octal | 46 | 122 | 117 | 66 | 0 | 4 | 104 | 260 | 45 | 30 |
| Binary | 100110 | 1010010 | 1001111 | 110110 | 0 | 100 | 1000100 | 10110000 | 100101 | 11000 |
Color Harmonies of #26524F
Complementary color
Monochromatic Colors of #26524F
Black with #26524F
Text Example
Text Example
White with #26524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26524F; }
p { color: rgb(38,82,79); }
H1.HeaderClassName
{
color: #26524F;
}
.AnyTagClassName
{
color: #26524F;
}
</style>
background-color css
<style>
a { background-color: #26524F; }
a { background-color: rgb(38,82,79); }
div.DivClassName
{
background-color: #26524F;
}
.BgClassName
{
background-color: #26524F;
}
</style>
border-color css
<style>
span { border-color: #26524F; }
span { border-color: rgb(38,82,79); }
td.TdClassName
{
border-color: #26524F;
}
.TagClassName
{
border-color: #26524F;
}
</style>