Shades of Dark Slate Grey #275456
Tints of Dark Slate Grey #275456
RGB
CMYK
RGB Variations
Color information
#275456 (or 0x275456) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 56. RGB value is (39,84,86). Sum of RGB (Red+Green+Blue) = 39+84+86=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #275456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275456 is #D8ABA9. Grayscale: #464646. Windows color (decimal): -14199722 or 5657639. OLE color: 5657639.
HSL color Cylindrical-coordinate representation of color #275456: hue angle of 182.55º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275456 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 84 | 86 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.66 |
| HSL | 182.55º | 0.38% | 0.25% | - |
| HSV(B) | 182.55º | 0.55% | 0.34% | - |
| XYZ | 5.69 | 7.44 | 9.94 | - |
| YUV | 70.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 86 | 0.55 | 0.02 | 0 | 0.66 | 182.55 | 0.38 | 0.25 |
| Hex | 27 | 54 | 56 | 37 | 2 | 0 | 42 | B7 | 26 | 19 |
| Octal | 47 | 124 | 126 | 67 | 2 | 0 | 102 | 267 | 46 | 31 |
| Binary | 100111 | 1010100 | 1010110 | 110111 | 10 | 0 | 1000010 | 10110111 | 100110 | 11001 |
Color Harmonies of #275456
Complementary color
Monochromatic Colors of #275456
Black with #275456
Text Example
Text Example
White with #275456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275456; }
p { color: rgb(39,84,86); }
H1.HeaderClassName
{
color: #275456;
}
.AnyTagClassName
{
color: #275456;
}
</style>
background-color css
<style>
a { background-color: #275456; }
a { background-color: rgb(39,84,86); }
div.DivClassName
{
background-color: #275456;
}
.BgClassName
{
background-color: #275456;
}
</style>
border-color css
<style>
span { border-color: #275456; }
span { border-color: rgb(39,84,86); }
td.TdClassName
{
border-color: #275456;
}
.TagClassName
{
border-color: #275456;
}
</style>