Shades of Dark Slate Grey #275551
Tints of Dark Slate Grey #275551
RGB
CMYK
RGB Variations
Color information
#275551 (or 0x275551) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 51. RGB value is (39,85,81). Sum of RGB (Red+Green+Blue) = 39+85+81=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #275551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275551 is #D8AAAE. Grayscale: #464646. Windows color (decimal): -14199471 or 5330215. OLE color: 5330215.
HSL color Cylindrical-coordinate representation of color #275551: hue angle of 174.78º 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 #275551 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 81 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.67 |
| HSL | 174.78º | 0.37% | 0.24% | - |
| HSV(B) | 174.78º | 0.54% | 0.33% | - |
| XYZ | 5.57 | 7.52 | 8.94 | - |
| YUV | 70.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 81 | 0.54 | 0 | 0.05 | 0.67 | 174.78 | 0.37 | 0.24 |
| Hex | 27 | 55 | 51 | 36 | 0 | 5 | 43 | AF | 25 | 18 |
| Octal | 47 | 125 | 121 | 66 | 0 | 5 | 103 | 257 | 45 | 30 |
| Binary | 100111 | 1010101 | 1010001 | 110110 | 0 | 101 | 1000011 | 10101111 | 100101 | 11000 |
Color Harmonies of #275551
Complementary color
Monochromatic Colors of #275551
Black with #275551
Text Example
Text Example
White with #275551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275551; }
p { color: rgb(39,85,81); }
H1.HeaderClassName
{
color: #275551;
}
.AnyTagClassName
{
color: #275551;
}
</style>
background-color css
<style>
a { background-color: #275551; }
a { background-color: rgb(39,85,81); }
div.DivClassName
{
background-color: #275551;
}
.BgClassName
{
background-color: #275551;
}
</style>
border-color css
<style>
span { border-color: #275551; }
span { border-color: rgb(39,85,81); }
td.TdClassName
{
border-color: #275551;
}
.TagClassName
{
border-color: #275551;
}
</style>