Shades of Dark Slate Grey #255458
Tints of Dark Slate Grey #255458
RGB
CMYK
RGB Variations
Color information
#255458 (or 0x255458) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 58. RGB value is (37,84,88). Sum of RGB (Red+Green+Blue) = 37+84+88=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #255458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255458 is #DAABA7. Grayscale: #464646. Windows color (decimal): -14330792 or 5788709. OLE color: 5788709.
HSL color Cylindrical-coordinate representation of color #255458: hue angle of 184.71º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255458 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 84 | 88 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.65 |
| HSL | 184.71º | 0.41% | 0.25% | - |
| HSV(B) | 184.71º | 0.58% | 0.35% | - |
| XYZ | 5.69 | 7.44 | 10.37 | - |
| YUV | 70.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 88 | 0.58 | 0.05 | 0 | 0.65 | 184.71 | 0.41 | 0.25 |
| Hex | 25 | 54 | 58 | 3A | 5 | 0 | 41 | B9 | 29 | 19 |
| Octal | 45 | 124 | 130 | 72 | 5 | 0 | 101 | 271 | 51 | 31 |
| Binary | 100101 | 1010100 | 1011000 | 111010 | 101 | 0 | 1000001 | 10111001 | 101001 | 11001 |
Color Harmonies of #255458
Complementary color
Monochromatic Colors of #255458
Black with #255458
Text Example
Text Example
White with #255458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255458; }
p { color: rgb(37,84,88); }
H1.HeaderClassName
{
color: #255458;
}
.AnyTagClassName
{
color: #255458;
}
</style>
background-color css
<style>
a { background-color: #255458; }
a { background-color: rgb(37,84,88); }
div.DivClassName
{
background-color: #255458;
}
.BgClassName
{
background-color: #255458;
}
</style>
border-color css
<style>
span { border-color: #255458; }
span { border-color: rgb(37,84,88); }
td.TdClassName
{
border-color: #255458;
}
.TagClassName
{
border-color: #255458;
}
</style>