Shades of Dark Slate Grey #27595C
Tints of Dark Slate Grey #27595C
RGB
CMYK
RGB Variations
Color information
#27595C (or 0x27595C) is known color: Dark Slate Grey. HEX triplet: 27, 59 and 5C. RGB value is (39,89,92). Sum of RGB (Red+Green+Blue) = 39+89+92=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #27595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27595C is #D8A6A3. Grayscale: #4A4A4A. Windows color (decimal): -14198436 or 6052135. OLE color: 6052135.
HSL color Cylindrical-coordinate representation of color #27595C: hue angle of 183.4º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27595C is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 89 | 92 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.64 |
| HSL | 183.4º | 0.4% | 0.26% | - |
| HSV(B) | 183.4º | 0.58% | 0.36% | - |
| XYZ | 6.34 | 8.35 | 11.4 | - |
| YUV | 74.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 92 | 0.58 | 0.03 | 0 | 0.64 | 183.4 | 0.4 | 0.26 |
| Hex | 27 | 59 | 5C | 3A | 3 | 0 | 40 | B7 | 28 | 1A |
| Octal | 47 | 131 | 134 | 72 | 3 | 0 | 100 | 267 | 50 | 32 |
| Binary | 100111 | 1011001 | 1011100 | 111010 | 11 | 0 | 1000000 | 10110111 | 101000 | 11010 |
Color Harmonies of #27595C
Complementary color
Monochromatic Colors of #27595C
Black with #27595C
Text Example
Text Example
White with #27595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27595C; }
p { color: rgb(39,89,92); }
H1.HeaderClassName
{
color: #27595C;
}
.AnyTagClassName
{
color: #27595C;
}
</style>
background-color css
<style>
a { background-color: #27595C; }
a { background-color: rgb(39,89,92); }
div.DivClassName
{
background-color: #27595C;
}
.BgClassName
{
background-color: #27595C;
}
</style>
border-color css
<style>
span { border-color: #27595C; }
span { border-color: rgb(39,89,92); }
td.TdClassName
{
border-color: #27595C;
}
.TagClassName
{
border-color: #27595C;
}
</style>