Shades of Dark Slate Grey #275156
Tints of Dark Slate Grey #275156
RGB
CMYK
RGB Variations
Color information
#275156 (or 0x275156) is known color: Dark Slate Grey. HEX triplet: 27, 51 and 56. RGB value is (39,81,86). Sum of RGB (Red+Green+Blue) = 39+81+86=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #275156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275156 is #D8AEA9. Grayscale: #444444. Windows color (decimal): -14200490 or 5656871. OLE color: 5656871.
HSL color Cylindrical-coordinate representation of color #275156: hue angle of 186.38º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275156 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 81 | 86 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.66 |
| HSL | 186.38º | 0.38% | 0.25% | - |
| HSV(B) | 186.38º | 0.55% | 0.34% | - |
| XYZ | 5.46 | 6.99 | 9.87 | - |
| YUV | 69.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 86 | 0.55 | 0.06 | 0 | 0.66 | 186.38 | 0.38 | 0.25 |
| Hex | 27 | 51 | 56 | 37 | 6 | 0 | 42 | BA | 26 | 19 |
| Octal | 47 | 121 | 126 | 67 | 6 | 0 | 102 | 272 | 46 | 31 |
| Binary | 100111 | 1010001 | 1010110 | 110111 | 110 | 0 | 1000010 | 10111010 | 100110 | 11001 |
Color Harmonies of #275156
Complementary color
Monochromatic Colors of #275156
Black with #275156
Text Example
Text Example
White with #275156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275156; }
p { color: rgb(39,81,86); }
H1.HeaderClassName
{
color: #275156;
}
.AnyTagClassName
{
color: #275156;
}
</style>
background-color css
<style>
a { background-color: #275156; }
a { background-color: rgb(39,81,86); }
div.DivClassName
{
background-color: #275156;
}
.BgClassName
{
background-color: #275156;
}
</style>
border-color css
<style>
span { border-color: #275156; }
span { border-color: rgb(39,81,86); }
td.TdClassName
{
border-color: #275156;
}
.TagClassName
{
border-color: #275156;
}
</style>