Shades of Dark Slate Grey #26514C
Tints of Dark Slate Grey #26514C
RGB
CMYK
RGB Variations
Color information
#26514C (or 0x26514C) is known color: Dark Slate Grey. HEX triplet: 26, 51 and 4C. RGB value is (38,81,76). Sum of RGB (Red+Green+Blue) = 38+81+76=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #26514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26514C is #D9AEB3. Grayscale: #434343. Windows color (decimal): -14266036 or 5001510. OLE color: 5001510.
HSL color Cylindrical-coordinate representation of color #26514C: hue angle of 173.02º 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 #26514C is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 76 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.68 |
| HSL | 173.02º | 0.36% | 0.23% | - |
| HSV(B) | 173.02º | 0.53% | 0.32% | - |
| XYZ | 5.05 | 6.82 | 7.89 | - |
| YUV | 67.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 76 | 0.53 | 0 | 0.06 | 0.68 | 173.02 | 0.36 | 0.23 |
| Hex | 26 | 51 | 4C | 35 | 0 | 6 | 44 | AD | 24 | 17 |
| Octal | 46 | 121 | 114 | 65 | 0 | 6 | 104 | 255 | 44 | 27 |
| Binary | 100110 | 1010001 | 1001100 | 110101 | 0 | 110 | 1000100 | 10101101 | 100100 | 10111 |
Color Harmonies of #26514C
Complementary color
Monochromatic Colors of #26514C
Black with #26514C
Text Example
Text Example
White with #26514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26514C; }
p { color: rgb(38,81,76); }
H1.HeaderClassName
{
color: #26514C;
}
.AnyTagClassName
{
color: #26514C;
}
</style>
background-color css
<style>
a { background-color: #26514C; }
a { background-color: rgb(38,81,76); }
div.DivClassName
{
background-color: #26514C;
}
.BgClassName
{
background-color: #26514C;
}
</style>
border-color css
<style>
span { border-color: #26514C; }
span { border-color: rgb(38,81,76); }
td.TdClassName
{
border-color: #26514C;
}
.TagClassName
{
border-color: #26514C;
}
</style>