Shades of Dark Slate Grey #25595D
Tints of Dark Slate Grey #25595D
RGB
CMYK
RGB Variations
Color information
#25595D (or 0x25595D) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 5D. RGB value is (37,89,93). Sum of RGB (Red+Green+Blue) = 37+89+93=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #25595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595D is #DAA6A2. Grayscale: #494949. Windows color (decimal): -14329507 or 6117669. OLE color: 6117669.
HSL color Cylindrical-coordinate representation of color #25595D: hue angle of 184.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25595D is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 89 | 93 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.64 |
| HSL | 184.29º | 0.43% | 0.25% | - |
| HSV(B) | 184.29º | 0.6% | 0.36% | - |
| XYZ | 6.31 | 8.33 | 11.63 | - |
| YUV | 73.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 93 | 0.60 | 0.04 | 0 | 0.64 | 184.29 | 0.43 | 0.25 |
| Hex | 25 | 59 | 5D | 3C | 4 | 0 | 40 | B8 | 2B | 19 |
| Octal | 45 | 131 | 135 | 74 | 4 | 0 | 100 | 270 | 53 | 31 |
| Binary | 100101 | 1011001 | 1011101 | 111100 | 100 | 0 | 1000000 | 10111000 | 101011 | 11001 |
Color Harmonies of #25595D
Complementary color
Monochromatic Colors of #25595D
Black with #25595D
Text Example
Text Example
White with #25595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25595D; }
p { color: rgb(37,89,93); }
H1.HeaderClassName
{
color: #25595D;
}
.AnyTagClassName
{
color: #25595D;
}
</style>
background-color css
<style>
a { background-color: #25595D; }
a { background-color: rgb(37,89,93); }
div.DivClassName
{
background-color: #25595D;
}
.BgClassName
{
background-color: #25595D;
}
</style>
border-color css
<style>
span { border-color: #25595D; }
span { border-color: rgb(37,89,93); }
td.TdClassName
{
border-color: #25595D;
}
.TagClassName
{
border-color: #25595D;
}
</style>