Shades of Dark Slate Grey #275359
Tints of Dark Slate Grey #275359
RGB
CMYK
RGB Variations
Color information
#275359 (or 0x275359) is known color: Dark Slate Grey. HEX triplet: 27, 53 and 59. RGB value is (39,83,89). Sum of RGB (Red+Green+Blue) = 39+83+89=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #275359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275359 is #D8ACA6. Grayscale: #464646. Windows color (decimal): -14199975 or 5853991. OLE color: 5853991.
HSL color Cylindrical-coordinate representation of color #275359: hue angle of 187.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275359 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 83 | 89 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.65 |
| HSL | 187.2º | 0.39% | 0.25% | - |
| HSV(B) | 187.2º | 0.56% | 0.35% | - |
| XYZ | 5.73 | 7.34 | 10.57 | - |
| YUV | 70.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 89 | 0.56 | 0.07 | 0 | 0.65 | 187.2 | 0.39 | 0.25 |
| Hex | 27 | 53 | 59 | 38 | 7 | 0 | 41 | BB | 27 | 19 |
| Octal | 47 | 123 | 131 | 70 | 7 | 0 | 101 | 273 | 47 | 31 |
| Binary | 100111 | 1010011 | 1011001 | 111000 | 111 | 0 | 1000001 | 10111011 | 100111 | 11001 |
Color Harmonies of #275359
Complementary color
Monochromatic Colors of #275359
Black with #275359
Text Example
Text Example
White with #275359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275359; }
p { color: rgb(39,83,89); }
H1.HeaderClassName
{
color: #275359;
}
.AnyTagClassName
{
color: #275359;
}
</style>
background-color css
<style>
a { background-color: #275359; }
a { background-color: rgb(39,83,89); }
div.DivClassName
{
background-color: #275359;
}
.BgClassName
{
background-color: #275359;
}
</style>
border-color css
<style>
span { border-color: #275359; }
span { border-color: rgb(39,83,89); }
td.TdClassName
{
border-color: #275359;
}
.TagClassName
{
border-color: #275359;
}
</style>