Shades of Dark Slate Grey #25575C
Tints of Dark Slate Grey #25575C
RGB
CMYK
RGB Variations
Color information
#25575C (or 0x25575C) is known color: Dark Slate Grey. HEX triplet: 25, 57 and 5C. RGB value is (37,87,92). Sum of RGB (Red+Green+Blue) = 37+87+92=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #25575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575C is #DAA8A3. Grayscale: #484848. Windows color (decimal): -14330020 or 6051621. OLE color: 6051621.
HSL color Cylindrical-coordinate representation of color #25575C: hue angle of 185.45º 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 #25575C is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 87 | 92 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.64 |
| HSL | 185.45º | 0.43% | 0.25% | - |
| HSV(B) | 185.45º | 0.6% | 0.36% | - |
| XYZ | 6.1 | 7.98 | 11.34 | - |
| YUV | 72.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 92 | 0.60 | 0.05 | 0 | 0.64 | 185.45 | 0.43 | 0.25 |
| Hex | 25 | 57 | 5C | 3C | 5 | 0 | 40 | B9 | 2B | 19 |
| Octal | 45 | 127 | 134 | 74 | 5 | 0 | 100 | 271 | 53 | 31 |
| Binary | 100101 | 1010111 | 1011100 | 111100 | 101 | 0 | 1000000 | 10111001 | 101011 | 11001 |
Color Harmonies of #25575C
Complementary color
Monochromatic Colors of #25575C
Black with #25575C
Text Example
Text Example
White with #25575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25575C; }
p { color: rgb(37,87,92); }
H1.HeaderClassName
{
color: #25575C;
}
.AnyTagClassName
{
color: #25575C;
}
</style>
background-color css
<style>
a { background-color: #25575C; }
a { background-color: rgb(37,87,92); }
div.DivClassName
{
background-color: #25575C;
}
.BgClassName
{
background-color: #25575C;
}
</style>
border-color css
<style>
span { border-color: #25575C; }
span { border-color: rgb(37,87,92); }
td.TdClassName
{
border-color: #25575C;
}
.TagClassName
{
border-color: #25575C;
}
</style>