Shades of Dark Slate Grey #275555
Tints of Dark Slate Grey #275555
RGB
CMYK
RGB Variations
Color information
#275555 (or 0x275555) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 55. RGB value is (39,85,85). Sum of RGB (Red+Green+Blue) = 39+85+85=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #275555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275555 is #D8AAAA. Grayscale: #474747. Windows color (decimal): -14199467 or 5592359. OLE color: 5592359.
HSL color Cylindrical-coordinate representation of color #275555: hue angle of 180º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275555 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 85 | - |
| CMYK | 0.54 | 0 | 0 | 0.67 |
| HSL | 180º | 0.37% | 0.24% | - |
| HSV(B) | 180º | 0.54% | 0.33% | - |
| XYZ | 5.72 | 7.58 | 9.76 | - |
| YUV | 71.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 85 | 0.54 | 0 | 0 | 0.67 | 180 | 0.37 | 0.24 |
| Hex | 27 | 55 | 55 | 36 | 0 | 0 | 43 | B4 | 25 | 18 |
| Octal | 47 | 125 | 125 | 66 | 0 | 0 | 103 | 264 | 45 | 30 |
| Binary | 100111 | 1010101 | 1010101 | 110110 | 0 | 0 | 1000011 | 10110100 | 100101 | 11000 |
Color Harmonies of #275555
Complementary color
Monochromatic Colors of #275555
Black with #275555
Text Example
Text Example
White with #275555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275555; }
p { color: rgb(39,85,85); }
H1.HeaderClassName
{
color: #275555;
}
.AnyTagClassName
{
color: #275555;
}
</style>
background-color css
<style>
a { background-color: #275555; }
a { background-color: rgb(39,85,85); }
div.DivClassName
{
background-color: #275555;
}
.BgClassName
{
background-color: #275555;
}
</style>
border-color css
<style>
span { border-color: #275555; }
span { border-color: rgb(39,85,85); }
td.TdClassName
{
border-color: #275555;
}
.TagClassName
{
border-color: #275555;
}
</style>