Shades of Dark Slate Grey #275756
Tints of Dark Slate Grey #275756
RGB
CMYK
RGB Variations
Color information
#275756 (or 0x275756) is known color: Dark Slate Grey. HEX triplet: 27, 57 and 56. RGB value is (39,87,86). Sum of RGB (Red+Green+Blue) = 39+87+86=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #275756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275756 is #D8A8A9. Grayscale: #484848. Windows color (decimal): -14198954 or 5658407. OLE color: 5658407.
HSL color Cylindrical-coordinate representation of color #275756: hue angle of 178.75º 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 #275756 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 87 | 86 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.66 |
| HSL | 178.75º | 0.38% | 0.25% | - |
| HSV(B) | 178.75º | 0.55% | 0.34% | - |
| XYZ | 5.92 | 7.92 | 10.02 | - |
| YUV | 72.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 86 | 0.55 | 0 | 0.01 | 0.66 | 178.75 | 0.38 | 0.25 |
| Hex | 27 | 57 | 56 | 37 | 0 | 1 | 42 | B3 | 26 | 19 |
| Octal | 47 | 127 | 126 | 67 | 0 | 1 | 102 | 263 | 46 | 31 |
| Binary | 100111 | 1010111 | 1010110 | 110111 | 0 | 1 | 1000010 | 10110011 | 100110 | 11001 |
Color Harmonies of #275756
Complementary color
Monochromatic Colors of #275756
Black with #275756
Text Example
Text Example
White with #275756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275756; }
p { color: rgb(39,87,86); }
H1.HeaderClassName
{
color: #275756;
}
.AnyTagClassName
{
color: #275756;
}
</style>
background-color css
<style>
a { background-color: #275756; }
a { background-color: rgb(39,87,86); }
div.DivClassName
{
background-color: #275756;
}
.BgClassName
{
background-color: #275756;
}
</style>
border-color css
<style>
span { border-color: #275756; }
span { border-color: rgb(39,87,86); }
td.TdClassName
{
border-color: #275756;
}
.TagClassName
{
border-color: #275756;
}
</style>