Shades of Dark Slate Grey #275453
Tints of Dark Slate Grey #275453
RGB
CMYK
RGB Variations
Color information
#275453 (or 0x275453) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 53. RGB value is (39,84,83). Sum of RGB (Red+Green+Blue) = 39+84+83=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #275453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275453 is #D8ABAC. Grayscale: #464646. Windows color (decimal): -14199725 or 5461031. OLE color: 5461031.
HSL color Cylindrical-coordinate representation of color #275453: hue angle of 178.67º 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 #275453 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 84 | 83 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.67 |
| HSL | 178.67º | 0.37% | 0.24% | - |
| HSV(B) | 178.67º | 0.54% | 0.33% | - |
| XYZ | 5.57 | 7.4 | 9.32 | - |
| YUV | 70.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 83 | 0.54 | 0 | 0.01 | 0.67 | 178.67 | 0.37 | 0.24 |
| Hex | 27 | 54 | 53 | 36 | 0 | 1 | 43 | B3 | 25 | 18 |
| Octal | 47 | 124 | 123 | 66 | 0 | 1 | 103 | 263 | 45 | 30 |
| Binary | 100111 | 1010100 | 1010011 | 110110 | 0 | 1 | 1000011 | 10110011 | 100101 | 11000 |
Color Harmonies of #275453
Complementary color
Monochromatic Colors of #275453
Black with #275453
Text Example
Text Example
White with #275453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275453; }
p { color: rgb(39,84,83); }
H1.HeaderClassName
{
color: #275453;
}
.AnyTagClassName
{
color: #275453;
}
</style>
background-color css
<style>
a { background-color: #275453; }
a { background-color: rgb(39,84,83); }
div.DivClassName
{
background-color: #275453;
}
.BgClassName
{
background-color: #275453;
}
</style>
border-color css
<style>
span { border-color: #275453; }
span { border-color: rgb(39,84,83); }
td.TdClassName
{
border-color: #275453;
}
.TagClassName
{
border-color: #275453;
}
</style>