Shades of Dark Slate Grey #275559
Tints of Dark Slate Grey #275559
RGB
CMYK
RGB Variations
Color information
#275559 (or 0x275559) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 59. RGB value is (39,85,89). Sum of RGB (Red+Green+Blue) = 39+85+89=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #275559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275559 is #D8AAA6. Grayscale: #474747. Windows color (decimal): -14199463 or 5854503. OLE color: 5854503.
HSL color Cylindrical-coordinate representation of color #275559: hue angle of 184.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275559 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 85 | 89 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.65 |
| HSL | 184.8º | 0.39% | 0.25% | - |
| HSV(B) | 184.8º | 0.56% | 0.35% | - |
| XYZ | 5.89 | 7.65 | 10.62 | - |
| YUV | 71.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 89 | 0.56 | 0.04 | 0 | 0.65 | 184.8 | 0.39 | 0.25 |
| Hex | 27 | 55 | 59 | 38 | 4 | 0 | 41 | B9 | 27 | 19 |
| Octal | 47 | 125 | 131 | 70 | 4 | 0 | 101 | 271 | 47 | 31 |
| Binary | 100111 | 1010101 | 1011001 | 111000 | 100 | 0 | 1000001 | 10111001 | 100111 | 11001 |
Color Harmonies of #275559
Complementary color
Monochromatic Colors of #275559
Black with #275559
Text Example
Text Example
White with #275559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275559; }
p { color: rgb(39,85,89); }
H1.HeaderClassName
{
color: #275559;
}
.AnyTagClassName
{
color: #275559;
}
</style>
background-color css
<style>
a { background-color: #275559; }
a { background-color: rgb(39,85,89); }
div.DivClassName
{
background-color: #275559;
}
.BgClassName
{
background-color: #275559;
}
</style>
border-color css
<style>
span { border-color: #275559; }
span { border-color: rgb(39,85,89); }
td.TdClassName
{
border-color: #275559;
}
.TagClassName
{
border-color: #275559;
}
</style>