Shades of Dark Slate Grey #25595B
Tints of Dark Slate Grey #25595B
RGB
CMYK
RGB Variations
Color information
#25595B (or 0x25595B) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 5B. RGB value is (37,89,91). Sum of RGB (Red+Green+Blue) = 37+89+91=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #25595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595B is #DAA6A4. Grayscale: #494949. Windows color (decimal): -14329509 or 5986597. OLE color: 5986597.
HSL color Cylindrical-coordinate representation of color #25595B: hue angle of 182.22º 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 #25595B is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 89 | 91 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.64 |
| HSL | 182.22º | 0.42% | 0.25% | - |
| HSV(B) | 182.22º | 0.59% | 0.36% | - |
| XYZ | 6.22 | 8.29 | 11.17 | - |
| YUV | 73.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 91 | 0.59 | 0.02 | 0 | 0.64 | 182.22 | 0.42 | 0.25 |
| Hex | 25 | 59 | 5B | 3B | 2 | 0 | 40 | B6 | 2A | 19 |
| Octal | 45 | 131 | 133 | 73 | 2 | 0 | 100 | 266 | 52 | 31 |
| Binary | 100101 | 1011001 | 1011011 | 111011 | 10 | 0 | 1000000 | 10110110 | 101010 | 11001 |
Color Harmonies of #25595B
Complementary color
Monochromatic Colors of #25595B
Black with #25595B
Text Example
Text Example
White with #25595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25595B; }
p { color: rgb(37,89,91); }
H1.HeaderClassName
{
color: #25595B;
}
.AnyTagClassName
{
color: #25595B;
}
</style>
background-color css
<style>
a { background-color: #25595B; }
a { background-color: rgb(37,89,91); }
div.DivClassName
{
background-color: #25595B;
}
.BgClassName
{
background-color: #25595B;
}
</style>
border-color css
<style>
span { border-color: #25595B; }
span { border-color: rgb(37,89,91); }
td.TdClassName
{
border-color: #25595B;
}
.TagClassName
{
border-color: #25595B;
}
</style>