Shades of Dark Slate Grey #26534F
Tints of Dark Slate Grey #26534F
RGB
CMYK
RGB Variations
Color information
#26534F (or 0x26534F) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 4F. RGB value is (38,83,79). Sum of RGB (Red+Green+Blue) = 38+83+79=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #26534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26534F is #D9ACB0. Grayscale: #454545. Windows color (decimal): -14265521 or 5198630. OLE color: 5198630.
HSL color Cylindrical-coordinate representation of color #26534F: hue angle of 174.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26534F is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 79 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.67 |
| HSL | 174.67º | 0.37% | 0.24% | - |
| HSV(B) | 174.67º | 0.54% | 0.33% | - |
| XYZ | 5.3 | 7.16 | 8.5 | - |
| YUV | 69.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 79 | 0.54 | 0 | 0.05 | 0.67 | 174.67 | 0.37 | 0.24 |
| Hex | 26 | 53 | 4F | 36 | 0 | 5 | 43 | AF | 25 | 18 |
| Octal | 46 | 123 | 117 | 66 | 0 | 5 | 103 | 257 | 45 | 30 |
| Binary | 100110 | 1010011 | 1001111 | 110110 | 0 | 101 | 1000011 | 10101111 | 100101 | 11000 |
Color Harmonies of #26534F
Complementary color
Monochromatic Colors of #26534F
Black with #26534F
Text Example
Text Example
White with #26534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26534F; }
p { color: rgb(38,83,79); }
H1.HeaderClassName
{
color: #26534F;
}
.AnyTagClassName
{
color: #26534F;
}
</style>
background-color css
<style>
a { background-color: #26534F; }
a { background-color: rgb(38,83,79); }
div.DivClassName
{
background-color: #26534F;
}
.BgClassName
{
background-color: #26534F;
}
</style>
border-color css
<style>
span { border-color: #26534F; }
span { border-color: rgb(38,83,79); }
td.TdClassName
{
border-color: #26534F;
}
.TagClassName
{
border-color: #26534F;
}
</style>