Shades of Dark Slate Grey #27504B
Tints of Dark Slate Grey #27504B
RGB
CMYK
RGB Variations
Color information
#27504B (or 0x27504B) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 4B. RGB value is (39,80,75). Sum of RGB (Red+Green+Blue) = 39+80+75=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #27504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27504B is #D8AFB4. Grayscale: #434343. Windows color (decimal): -14200757 or 4935719. OLE color: 4935719.
HSL color Cylindrical-coordinate representation of color #27504B: hue angle of 172.68º 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 #27504B is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 75 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.69 |
| HSL | 172.68º | 0.34% | 0.23% | - |
| HSV(B) | 172.68º | 0.51% | 0.31% | - |
| XYZ | 4.98 | 6.68 | 7.68 | - |
| YUV | 67.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 75 | 0.51 | 0 | 0.06 | 0.69 | 172.68 | 0.34 | 0.23 |
| Hex | 27 | 50 | 4B | 33 | 0 | 6 | 45 | AD | 22 | 17 |
| Octal | 47 | 120 | 113 | 63 | 0 | 6 | 105 | 255 | 42 | 27 |
| Binary | 100111 | 1010000 | 1001011 | 110011 | 0 | 110 | 1000101 | 10101101 | 100010 | 10111 |
Color Harmonies of #27504B
Complementary color
Monochromatic Colors of #27504B
Black with #27504B
Text Example
Text Example
White with #27504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27504B; }
p { color: rgb(39,80,75); }
H1.HeaderClassName
{
color: #27504B;
}
.AnyTagClassName
{
color: #27504B;
}
</style>
background-color css
<style>
a { background-color: #27504B; }
a { background-color: rgb(39,80,75); }
div.DivClassName
{
background-color: #27504B;
}
.BgClassName
{
background-color: #27504B;
}
</style>
border-color css
<style>
span { border-color: #27504B; }
span { border-color: rgb(39,80,75); }
td.TdClassName
{
border-color: #27504B;
}
.TagClassName
{
border-color: #27504B;
}
</style>