Shades of Dark Slate Grey #27585D
Tints of Dark Slate Grey #27585D
RGB
CMYK
RGB Variations
Color information
#27585D (or 0x27585D) is known color: Dark Slate Grey. HEX triplet: 27, 58 and 5D. RGB value is (39,88,93). Sum of RGB (Red+Green+Blue) = 39+88+93=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #27585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27585D is #D8A7A2. Grayscale: #494949. Windows color (decimal): -14198691 or 6117415. OLE color: 6117415.
HSL color Cylindrical-coordinate representation of color #27585D: hue angle of 185.56º degrees, saturation: 0.41, 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 #27585D is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 88 | 93 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.64 |
| HSL | 185.56º | 0.41% | 0.26% | - |
| HSV(B) | 185.56º | 0.58% | 0.36% | - |
| XYZ | 6.3 | 8.2 | 11.61 | - |
| YUV | 73.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 93 | 0.58 | 0.05 | 0 | 0.64 | 185.56 | 0.41 | 0.26 |
| Hex | 27 | 58 | 5D | 3A | 5 | 0 | 40 | BA | 29 | 1A |
| Octal | 47 | 130 | 135 | 72 | 5 | 0 | 100 | 272 | 51 | 32 |
| Binary | 100111 | 1011000 | 1011101 | 111010 | 101 | 0 | 1000000 | 10111010 | 101001 | 11010 |
Color Harmonies of #27585D
Complementary color
Monochromatic Colors of #27585D
Black with #27585D
Text Example
Text Example
White with #27585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27585D; }
p { color: rgb(39,88,93); }
H1.HeaderClassName
{
color: #27585D;
}
.AnyTagClassName
{
color: #27585D;
}
</style>
background-color css
<style>
a { background-color: #27585D; }
a { background-color: rgb(39,88,93); }
div.DivClassName
{
background-color: #27585D;
}
.BgClassName
{
background-color: #27585D;
}
</style>
border-color css
<style>
span { border-color: #27585D; }
span { border-color: rgb(39,88,93); }
td.TdClassName
{
border-color: #27585D;
}
.TagClassName
{
border-color: #27585D;
}
</style>