Shades of Dark Slate Grey #27575B
Tints of Dark Slate Grey #27575B
RGB
CMYK
RGB Variations
Color information
#27575B (or 0x27575B) is known color: Dark Slate Grey. HEX triplet: 27, 57 and 5B. RGB value is (39,87,91). Sum of RGB (Red+Green+Blue) = 39+87+91=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #27575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27575B is #D8A8A4. Grayscale: #494949. Windows color (decimal): -14198949 or 5986087. OLE color: 5986087.
HSL color Cylindrical-coordinate representation of color #27575B: hue angle of 184.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27575B is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 87 | 91 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.64 |
| HSL | 184.62º | 0.4% | 0.25% | - |
| HSV(B) | 184.62º | 0.57% | 0.36% | - |
| XYZ | 6.13 | 8 | 11.12 | - |
| YUV | 73.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 91 | 0.57 | 0.04 | 0 | 0.64 | 184.62 | 0.4 | 0.25 |
| Hex | 27 | 57 | 5B | 39 | 4 | 0 | 40 | B9 | 28 | 19 |
| Octal | 47 | 127 | 133 | 71 | 4 | 0 | 100 | 271 | 50 | 31 |
| Binary | 100111 | 1010111 | 1011011 | 111001 | 100 | 0 | 1000000 | 10111001 | 101000 | 11001 |
Color Harmonies of #27575B
Complementary color
Monochromatic Colors of #27575B
Black with #27575B
Text Example
Text Example
White with #27575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27575B; }
p { color: rgb(39,87,91); }
H1.HeaderClassName
{
color: #27575B;
}
.AnyTagClassName
{
color: #27575B;
}
</style>
background-color css
<style>
a { background-color: #27575B; }
a { background-color: rgb(39,87,91); }
div.DivClassName
{
background-color: #27575B;
}
.BgClassName
{
background-color: #27575B;
}
</style>
border-color css
<style>
span { border-color: #27575B; }
span { border-color: rgb(39,87,91); }
td.TdClassName
{
border-color: #27575B;
}
.TagClassName
{
border-color: #27575B;
}
</style>