Shades of Dark Slate Grey #25575B
Tints of Dark Slate Grey #25575B
RGB
CMYK
RGB Variations
Color information
#25575B (or 0x25575B) is known color: Dark Slate Grey. HEX triplet: 25, 57 and 5B. RGB value is (37,87,91). Sum of RGB (Red+Green+Blue) = 37+87+91=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #25575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575B is #DAA8A4. Grayscale: #484848. Windows color (decimal): -14330021 or 5986085. OLE color: 5986085.
HSL color Cylindrical-coordinate representation of color #25575B: hue angle of 184.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25575B is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 87 | 91 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.64 |
| HSL | 184.44º | 0.42% | 0.25% | - |
| HSV(B) | 184.44º | 0.59% | 0.36% | - |
| XYZ | 6.06 | 7.97 | 11.12 | - |
| YUV | 72.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 91 | 0.59 | 0.04 | 0 | 0.64 | 184.44 | 0.42 | 0.25 |
| Hex | 25 | 57 | 5B | 3B | 4 | 0 | 40 | B8 | 2A | 19 |
| Octal | 45 | 127 | 133 | 73 | 4 | 0 | 100 | 270 | 52 | 31 |
| Binary | 100101 | 1010111 | 1011011 | 111011 | 100 | 0 | 1000000 | 10111000 | 101010 | 11001 |
Color Harmonies of #25575B
Complementary color
Monochromatic Colors of #25575B
Black with #25575B
Text Example
Text Example
White with #25575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25575B; }
p { color: rgb(37,87,91); }
H1.HeaderClassName
{
color: #25575B;
}
.AnyTagClassName
{
color: #25575B;
}
</style>
background-color css
<style>
a { background-color: #25575B; }
a { background-color: rgb(37,87,91); }
div.DivClassName
{
background-color: #25575B;
}
.BgClassName
{
background-color: #25575B;
}
</style>
border-color css
<style>
span { border-color: #25575B; }
span { border-color: rgb(37,87,91); }
td.TdClassName
{
border-color: #25575B;
}
.TagClassName
{
border-color: #25575B;
}
</style>