Shades of Dark Slate Grey #275658
Tints of Dark Slate Grey #275658
RGB
CMYK
RGB Variations
Color information
#275658 (or 0x275658) is known color: Dark Slate Grey. HEX triplet: 27, 56 and 58. RGB value is (39,86,88). Sum of RGB (Red+Green+Blue) = 39+86+88=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #275658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275658 is #D8A9A7. Grayscale: #484848. Windows color (decimal): -14199208 or 5789223. OLE color: 5789223.
HSL color Cylindrical-coordinate representation of color #275658: hue angle of 182.45º 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 #275658 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 86 | 88 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.65 |
| HSL | 182.45º | 0.39% | 0.25% | - |
| HSV(B) | 182.45º | 0.56% | 0.35% | - |
| XYZ | 5.93 | 7.79 | 10.42 | - |
| YUV | 72.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 88 | 0.56 | 0.02 | 0 | 0.65 | 182.45 | 0.39 | 0.25 |
| Hex | 27 | 56 | 58 | 38 | 2 | 0 | 41 | B6 | 27 | 19 |
| Octal | 47 | 126 | 130 | 70 | 2 | 0 | 101 | 266 | 47 | 31 |
| Binary | 100111 | 1010110 | 1011000 | 111000 | 10 | 0 | 1000001 | 10110110 | 100111 | 11001 |
Color Harmonies of #275658
Complementary color
Monochromatic Colors of #275658
Black with #275658
Text Example
Text Example
White with #275658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275658; }
p { color: rgb(39,86,88); }
H1.HeaderClassName
{
color: #275658;
}
.AnyTagClassName
{
color: #275658;
}
</style>
background-color css
<style>
a { background-color: #275658; }
a { background-color: rgb(39,86,88); }
div.DivClassName
{
background-color: #275658;
}
.BgClassName
{
background-color: #275658;
}
</style>
border-color css
<style>
span { border-color: #275658; }
span { border-color: rgb(39,86,88); }
td.TdClassName
{
border-color: #275658;
}
.TagClassName
{
border-color: #275658;
}
</style>