Shades of Dark Slate Grey #26514F
Tints of Dark Slate Grey #26514F
RGB
CMYK
RGB Variations
Color information
#26514F (or 0x26514F) is known color: Dark Slate Grey. HEX triplet: 26, 51 and 4F. RGB value is (38,81,79). Sum of RGB (Red+Green+Blue) = 38+81+79=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #26514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26514F is #D9AEB0. Grayscale: #434343. Windows color (decimal): -14266033 or 5198118. OLE color: 5198118.
HSL color Cylindrical-coordinate representation of color #26514F: hue angle of 177.21º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26514F is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 79 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.68 |
| HSL | 177.21º | 0.36% | 0.23% | - |
| HSV(B) | 177.21º | 0.53% | 0.32% | - |
| XYZ | 5.15 | 6.86 | 8.45 | - |
| YUV | 67.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 79 | 0.53 | 0 | 0.02 | 0.68 | 177.21 | 0.36 | 0.23 |
| Hex | 26 | 51 | 4F | 35 | 0 | 2 | 44 | B1 | 24 | 17 |
| Octal | 46 | 121 | 117 | 65 | 0 | 2 | 104 | 261 | 44 | 27 |
| Binary | 100110 | 1010001 | 1001111 | 110101 | 0 | 10 | 1000100 | 10110001 | 100100 | 10111 |
Color Harmonies of #26514F
Complementary color
Monochromatic Colors of #26514F
Black with #26514F
Text Example
Text Example
White with #26514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26514F; }
p { color: rgb(38,81,79); }
H1.HeaderClassName
{
color: #26514F;
}
.AnyTagClassName
{
color: #26514F;
}
</style>
background-color css
<style>
a { background-color: #26514F; }
a { background-color: rgb(38,81,79); }
div.DivClassName
{
background-color: #26514F;
}
.BgClassName
{
background-color: #26514F;
}
</style>
border-color css
<style>
span { border-color: #26514F; }
span { border-color: rgb(38,81,79); }
td.TdClassName
{
border-color: #26514F;
}
.TagClassName
{
border-color: #26514F;
}
</style>