Shades of Dark Slate Grey #275055
Tints of Dark Slate Grey #275055
RGB
CMYK
RGB Variations
Color information
#275055 (or 0x275055) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 55. RGB value is (39,80,85). Sum of RGB (Red+Green+Blue) = 39+80+85=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #275055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275055 is #D8AFAA. Grayscale: #444444. Windows color (decimal): -14200747 or 5591079. OLE color: 5591079.
HSL color Cylindrical-coordinate representation of color #275055: hue angle of 186.52º 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 #275055 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 80 | 85 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.67 |
| HSL | 186.52º | 0.37% | 0.24% | - |
| HSV(B) | 186.52º | 0.54% | 0.33% | - |
| XYZ | 5.35 | 6.82 | 9.63 | - |
| YUV | 68.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 85 | 0.54 | 0.06 | 0 | 0.67 | 186.52 | 0.37 | 0.24 |
| Hex | 27 | 50 | 55 | 36 | 6 | 0 | 43 | BB | 25 | 18 |
| Octal | 47 | 120 | 125 | 66 | 6 | 0 | 103 | 273 | 45 | 30 |
| Binary | 100111 | 1010000 | 1010101 | 110110 | 110 | 0 | 1000011 | 10111011 | 100101 | 11000 |
Color Harmonies of #275055
Complementary color
Monochromatic Colors of #275055
Black with #275055
Text Example
Text Example
White with #275055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275055; }
p { color: rgb(39,80,85); }
H1.HeaderClassName
{
color: #275055;
}
.AnyTagClassName
{
color: #275055;
}
</style>
background-color css
<style>
a { background-color: #275055; }
a { background-color: rgb(39,80,85); }
div.DivClassName
{
background-color: #275055;
}
.BgClassName
{
background-color: #275055;
}
</style>
border-color css
<style>
span { border-color: #275055; }
span { border-color: rgb(39,80,85); }
td.TdClassName
{
border-color: #275055;
}
.TagClassName
{
border-color: #275055;
}
</style>