Shades of Dark Slate Grey #26514E
Tints of Dark Slate Grey #26514E
RGB
CMYK
RGB Variations
Color information
#26514E (or 0x26514E) is known color: Dark Slate Grey. HEX triplet: 26, 51 and 4E. RGB value is (38,81,78). Sum of RGB (Red+Green+Blue) = 38+81+78=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #26514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26514E is #D9AEB1. Grayscale: #434343. Windows color (decimal): -14266034 or 5132582. OLE color: 5132582.
HSL color Cylindrical-coordinate representation of color #26514E: hue angle of 175.81º 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 #26514E is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 78 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.68 |
| HSL | 175.81º | 0.36% | 0.23% | - |
| HSV(B) | 175.81º | 0.53% | 0.32% | - |
| XYZ | 5.12 | 6.85 | 8.26 | - |
| YUV | 67.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 78 | 0.53 | 0 | 0.04 | 0.68 | 175.81 | 0.36 | 0.23 |
| Hex | 26 | 51 | 4E | 35 | 0 | 4 | 44 | B0 | 24 | 17 |
| Octal | 46 | 121 | 116 | 65 | 0 | 4 | 104 | 260 | 44 | 27 |
| Binary | 100110 | 1010001 | 1001110 | 110101 | 0 | 100 | 1000100 | 10110000 | 100100 | 10111 |
Color Harmonies of #26514E
Complementary color
Monochromatic Colors of #26514E
Black with #26514E
Text Example
Text Example
White with #26514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26514E; }
p { color: rgb(38,81,78); }
H1.HeaderClassName
{
color: #26514E;
}
.AnyTagClassName
{
color: #26514E;
}
</style>
background-color css
<style>
a { background-color: #26514E; }
a { background-color: rgb(38,81,78); }
div.DivClassName
{
background-color: #26514E;
}
.BgClassName
{
background-color: #26514E;
}
</style>
border-color css
<style>
span { border-color: #26514E; }
span { border-color: rgb(38,81,78); }
td.TdClassName
{
border-color: #26514E;
}
.TagClassName
{
border-color: #26514E;
}
</style>