Shades of Dark Slate Grey #275054
Tints of Dark Slate Grey #275054
RGB
CMYK
RGB Variations
Color information
#275054 (or 0x275054) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 54. RGB value is (39,80,84). Sum of RGB (Red+Green+Blue) = 39+80+84=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #275054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275054 is #D8AFAB. Grayscale: #444444. Windows color (decimal): -14200748 or 5525543. OLE color: 5525543.
HSL color Cylindrical-coordinate representation of color #275054: hue angle of 185.33º 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 #275054 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 80 | 84 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.67 |
| HSL | 185.33º | 0.37% | 0.24% | - |
| HSV(B) | 185.33º | 0.54% | 0.33% | - |
| XYZ | 5.31 | 6.81 | 9.42 | - |
| YUV | 68.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 84 | 0.54 | 0.05 | 0 | 0.67 | 185.33 | 0.37 | 0.24 |
| Hex | 27 | 50 | 54 | 36 | 5 | 0 | 43 | B9 | 25 | 18 |
| Octal | 47 | 120 | 124 | 66 | 5 | 0 | 103 | 271 | 45 | 30 |
| Binary | 100111 | 1010000 | 1010100 | 110110 | 101 | 0 | 1000011 | 10111001 | 100101 | 11000 |
Color Harmonies of #275054
Complementary color
Monochromatic Colors of #275054
Black with #275054
Text Example
Text Example
White with #275054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275054; }
p { color: rgb(39,80,84); }
H1.HeaderClassName
{
color: #275054;
}
.AnyTagClassName
{
color: #275054;
}
</style>
background-color css
<style>
a { background-color: #275054; }
a { background-color: rgb(39,80,84); }
div.DivClassName
{
background-color: #275054;
}
.BgClassName
{
background-color: #275054;
}
</style>
border-color css
<style>
span { border-color: #275054; }
span { border-color: rgb(39,80,84); }
td.TdClassName
{
border-color: #275054;
}
.TagClassName
{
border-color: #275054;
}
</style>