Shades of Dark Slate Grey #27555A
Tints of Dark Slate Grey #27555A
RGB
CMYK
RGB Variations
Color information
#27555A (or 0x27555A) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 5A. RGB value is (39,85,90). Sum of RGB (Red+Green+Blue) = 39+85+90=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #27555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27555A is #D8AAA5. Grayscale: #474747. Windows color (decimal): -14199462 or 5920039. OLE color: 5920039.
HSL color Cylindrical-coordinate representation of color #27555A: hue angle of 185.88º 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 #27555A is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 85 | 90 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.65 |
| HSL | 185.88º | 0.4% | 0.25% | - |
| HSV(B) | 185.88º | 0.57% | 0.35% | - |
| XYZ | 5.93 | 7.67 | 10.84 | - |
| YUV | 71.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 90 | 0.57 | 0.06 | 0 | 0.65 | 185.88 | 0.4 | 0.25 |
| Hex | 27 | 55 | 5A | 39 | 6 | 0 | 41 | BA | 28 | 19 |
| Octal | 47 | 125 | 132 | 71 | 6 | 0 | 101 | 272 | 50 | 31 |
| Binary | 100111 | 1010101 | 1011010 | 111001 | 110 | 0 | 1000001 | 10111010 | 101000 | 11001 |
Color Harmonies of #27555A
Complementary color
Monochromatic Colors of #27555A
Black with #27555A
Text Example
Text Example
White with #27555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27555A; }
p { color: rgb(39,85,90); }
H1.HeaderClassName
{
color: #27555A;
}
.AnyTagClassName
{
color: #27555A;
}
</style>
background-color css
<style>
a { background-color: #27555A; }
a { background-color: rgb(39,85,90); }
div.DivClassName
{
background-color: #27555A;
}
.BgClassName
{
background-color: #27555A;
}
</style>
border-color css
<style>
span { border-color: #27555A; }
span { border-color: rgb(39,85,90); }
td.TdClassName
{
border-color: #27555A;
}
.TagClassName
{
border-color: #27555A;
}
</style>