Shades of Dark Slate Grey #25504B
Tints of Dark Slate Grey #25504B
RGB
CMYK
RGB Variations
Color information
#25504B (or 0x25504B) is known color: Dark Slate Grey. HEX triplet: 25, 50 and 4B. RGB value is (37,80,75). Sum of RGB (Red+Green+Blue) = 37+80+75=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #25504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25504B is #DAAFB4. Grayscale: #424242. Windows color (decimal): -14331829 or 4935717. OLE color: 4935717.
HSL color Cylindrical-coordinate representation of color #25504B: hue angle of 173.02º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25504B is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 75 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.69 |
| HSL | 173.02º | 0.37% | 0.23% | - |
| HSV(B) | 173.02º | 0.54% | 0.31% | - |
| XYZ | 4.9 | 6.64 | 7.68 | - |
| YUV | 66.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 75 | 0.54 | 0 | 0.06 | 0.69 | 173.02 | 0.37 | 0.23 |
| Hex | 25 | 50 | 4B | 36 | 0 | 6 | 45 | AD | 25 | 17 |
| Octal | 45 | 120 | 113 | 66 | 0 | 6 | 105 | 255 | 45 | 27 |
| Binary | 100101 | 1010000 | 1001011 | 110110 | 0 | 110 | 1000101 | 10101101 | 100101 | 10111 |
Color Harmonies of #25504B
Complementary color
Monochromatic Colors of #25504B
Black with #25504B
Text Example
Text Example
White with #25504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25504B; }
p { color: rgb(37,80,75); }
H1.HeaderClassName
{
color: #25504B;
}
.AnyTagClassName
{
color: #25504B;
}
</style>
background-color css
<style>
a { background-color: #25504B; }
a { background-color: rgb(37,80,75); }
div.DivClassName
{
background-color: #25504B;
}
.BgClassName
{
background-color: #25504B;
}
</style>
border-color css
<style>
span { border-color: #25504B; }
span { border-color: rgb(37,80,75); }
td.TdClassName
{
border-color: #25504B;
}
.TagClassName
{
border-color: #25504B;
}
</style>