Shades of Dark Slate Grey #27534E
Tints of Dark Slate Grey #27534E
RGB
CMYK
RGB Variations
Color information
#27534E (or 0x27534E) is known color: Dark Slate Grey. HEX triplet: 27, 53 and 4E. RGB value is (39,83,78). Sum of RGB (Red+Green+Blue) = 39+83+78=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #27534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27534E is #D8ACB1. Grayscale: #454545. Windows color (decimal): -14199986 or 5133095. OLE color: 5133095.
HSL color Cylindrical-coordinate representation of color #27534E: hue angle of 173.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27534E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 83 | 78 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.67 |
| HSL | 173.18º | 0.36% | 0.24% | - |
| HSV(B) | 173.18º | 0.53% | 0.33% | - |
| XYZ | 5.31 | 7.17 | 8.31 | - |
| YUV | 69.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 78 | 0.53 | 0 | 0.06 | 0.67 | 173.18 | 0.36 | 0.24 |
| Hex | 27 | 53 | 4E | 35 | 0 | 6 | 43 | AD | 24 | 18 |
| Octal | 47 | 123 | 116 | 65 | 0 | 6 | 103 | 255 | 44 | 30 |
| Binary | 100111 | 1010011 | 1001110 | 110101 | 0 | 110 | 1000011 | 10101101 | 100100 | 11000 |
Color Harmonies of #27534E
Complementary color
Monochromatic Colors of #27534E
Black with #27534E
Text Example
Text Example
White with #27534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27534E; }
p { color: rgb(39,83,78); }
H1.HeaderClassName
{
color: #27534E;
}
.AnyTagClassName
{
color: #27534E;
}
</style>
background-color css
<style>
a { background-color: #27534E; }
a { background-color: rgb(39,83,78); }
div.DivClassName
{
background-color: #27534E;
}
.BgClassName
{
background-color: #27534E;
}
</style>
border-color css
<style>
span { border-color: #27534E; }
span { border-color: rgb(39,83,78); }
td.TdClassName
{
border-color: #27534E;
}
.TagClassName
{
border-color: #27534E;
}
</style>