Shades of Dark Slate Grey #26544F
Tints of Dark Slate Grey #26544F
RGB
CMYK
RGB Variations
Color information
#26544F (or 0x26544F) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 4F. RGB value is (38,84,79). Sum of RGB (Red+Green+Blue) = 38+84+79=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #26544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26544F is #D9ABB0. Grayscale: #454545. Windows color (decimal): -14265265 or 5198886. OLE color: 5198886.
HSL color Cylindrical-coordinate representation of color #26544F: hue angle of 173.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26544F is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 79 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.67 |
| HSL | 173.48º | 0.38% | 0.24% | - |
| HSV(B) | 173.48º | 0.55% | 0.33% | - |
| XYZ | 5.38 | 7.32 | 8.53 | - |
| YUV | 69.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 79 | 0.55 | 0 | 0.06 | 0.67 | 173.48 | 0.38 | 0.24 |
| Hex | 26 | 54 | 4F | 37 | 0 | 6 | 43 | AD | 26 | 18 |
| Octal | 46 | 124 | 117 | 67 | 0 | 6 | 103 | 255 | 46 | 30 |
| Binary | 100110 | 1010100 | 1001111 | 110111 | 0 | 110 | 1000011 | 10101101 | 100110 | 11000 |
Color Harmonies of #26544F
Complementary color
Monochromatic Colors of #26544F
Black with #26544F
Text Example
Text Example
White with #26544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26544F; }
p { color: rgb(38,84,79); }
H1.HeaderClassName
{
color: #26544F;
}
.AnyTagClassName
{
color: #26544F;
}
</style>
background-color css
<style>
a { background-color: #26544F; }
a { background-color: rgb(38,84,79); }
div.DivClassName
{
background-color: #26544F;
}
.BgClassName
{
background-color: #26544F;
}
</style>
border-color css
<style>
span { border-color: #26544F; }
span { border-color: rgb(38,84,79); }
td.TdClassName
{
border-color: #26544F;
}
.TagClassName
{
border-color: #26544F;
}
</style>