Shades of Dark Slate Grey #275758
Tints of Dark Slate Grey #275758
RGB
CMYK
RGB Variations
Color information
#275758 (or 0x275758) is known color: Dark Slate Grey. HEX triplet: 27, 57 and 58. RGB value is (39,87,88). Sum of RGB (Red+Green+Blue) = 39+87+88=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #275758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275758 is #D8A8A7. Grayscale: #484848. Windows color (decimal): -14198952 or 5789479. OLE color: 5789479.
HSL color Cylindrical-coordinate representation of color #275758: hue angle of 181.22º 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 #275758 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 87 | 88 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.65 |
| HSL | 181.22º | 0.39% | 0.25% | - |
| HSV(B) | 181.22º | 0.56% | 0.35% | - |
| XYZ | 6.01 | 7.95 | 10.45 | - |
| YUV | 72.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 88 | 0.56 | 0.01 | 0 | 0.65 | 181.22 | 0.39 | 0.25 |
| Hex | 27 | 57 | 58 | 38 | 1 | 0 | 41 | B5 | 27 | 19 |
| Octal | 47 | 127 | 130 | 70 | 1 | 0 | 101 | 265 | 47 | 31 |
| Binary | 100111 | 1010111 | 1011000 | 111000 | 1 | 0 | 1000001 | 10110101 | 100111 | 11001 |
Color Harmonies of #275758
Complementary color
Monochromatic Colors of #275758
Black with #275758
Text Example
Text Example
White with #275758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275758; }
p { color: rgb(39,87,88); }
H1.HeaderClassName
{
color: #275758;
}
.AnyTagClassName
{
color: #275758;
}
</style>
background-color css
<style>
a { background-color: #275758; }
a { background-color: rgb(39,87,88); }
div.DivClassName
{
background-color: #275758;
}
.BgClassName
{
background-color: #275758;
}
</style>
border-color css
<style>
span { border-color: #275758; }
span { border-color: rgb(39,87,88); }
td.TdClassName
{
border-color: #275758;
}
.TagClassName
{
border-color: #275758;
}
</style>