Shades of Dark Slate Grey #27504E
Tints of Dark Slate Grey #27504E
RGB
CMYK
RGB Variations
Color information
#27504E (or 0x27504E) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 4E. RGB value is (39,80,78). Sum of RGB (Red+Green+Blue) = 39+80+78=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #27504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27504E is #D8AFB1. Grayscale: #434343. Windows color (decimal): -14200754 or 5132327. OLE color: 5132327.
HSL color Cylindrical-coordinate representation of color #27504E: hue angle of 177.07º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27504E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 78 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.69 |
| HSL | 177.07º | 0.34% | 0.23% | - |
| HSV(B) | 177.07º | 0.51% | 0.31% | - |
| XYZ | 5.08 | 6.72 | 8.24 | - |
| YUV | 67.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 78 | 0.51 | 0 | 0.02 | 0.69 | 177.07 | 0.34 | 0.23 |
| Hex | 27 | 50 | 4E | 33 | 0 | 2 | 45 | B1 | 22 | 17 |
| Octal | 47 | 120 | 116 | 63 | 0 | 2 | 105 | 261 | 42 | 27 |
| Binary | 100111 | 1010000 | 1001110 | 110011 | 0 | 10 | 1000101 | 10110001 | 100010 | 10111 |
Color Harmonies of #27504E
Complementary color
Monochromatic Colors of #27504E
Black with #27504E
Text Example
Text Example
White with #27504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27504E; }
p { color: rgb(39,80,78); }
H1.HeaderClassName
{
color: #27504E;
}
.AnyTagClassName
{
color: #27504E;
}
</style>
background-color css
<style>
a { background-color: #27504E; }
a { background-color: rgb(39,80,78); }
div.DivClassName
{
background-color: #27504E;
}
.BgClassName
{
background-color: #27504E;
}
</style>
border-color css
<style>
span { border-color: #27504E; }
span { border-color: rgb(39,80,78); }
td.TdClassName
{
border-color: #27504E;
}
.TagClassName
{
border-color: #27504E;
}
</style>