Shades of Dark Slate Grey #27585A
Tints of Dark Slate Grey #27585A
RGB
CMYK
RGB Variations
Color information
#27585A (or 0x27585A) is known color: Dark Slate Grey. HEX triplet: 27, 58 and 5A. RGB value is (39,88,90). Sum of RGB (Red+Green+Blue) = 39+88+90=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #27585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27585A is #D8A7A5. Grayscale: #494949. Windows color (decimal): -14198694 or 5920807. OLE color: 5920807.
HSL color Cylindrical-coordinate representation of color #27585A: hue angle of 182.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27585A is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 88 | 90 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.65 |
| HSL | 182.35º | 0.4% | 0.25% | - |
| HSV(B) | 182.35º | 0.57% | 0.35% | - |
| XYZ | 6.17 | 8.15 | 10.92 | - |
| YUV | 73.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 90 | 0.57 | 0.02 | 0 | 0.65 | 182.35 | 0.4 | 0.25 |
| Hex | 27 | 58 | 5A | 39 | 2 | 0 | 41 | B6 | 28 | 19 |
| Octal | 47 | 130 | 132 | 71 | 2 | 0 | 101 | 266 | 50 | 31 |
| Binary | 100111 | 1011000 | 1011010 | 111001 | 10 | 0 | 1000001 | 10110110 | 101000 | 11001 |
Color Harmonies of #27585A
Complementary color
Monochromatic Colors of #27585A
Black with #27585A
Text Example
Text Example
White with #27585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27585A; }
p { color: rgb(39,88,90); }
H1.HeaderClassName
{
color: #27585A;
}
.AnyTagClassName
{
color: #27585A;
}
</style>
background-color css
<style>
a { background-color: #27585A; }
a { background-color: rgb(39,88,90); }
div.DivClassName
{
background-color: #27585A;
}
.BgClassName
{
background-color: #27585A;
}
</style>
border-color css
<style>
span { border-color: #27585A; }
span { border-color: rgb(39,88,90); }
td.TdClassName
{
border-color: #27585A;
}
.TagClassName
{
border-color: #27585A;
}
</style>