Shades of Dark Slate Grey #25565B
Tints of Dark Slate Grey #25565B
RGB
CMYK
RGB Variations
Color information
#25565B (or 0x25565B) is known color: Dark Slate Grey. HEX triplet: 25, 56 and 5B. RGB value is (37,86,91). Sum of RGB (Red+Green+Blue) = 37+86+91=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #25565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25565B is #DAA9A4. Grayscale: #474747. Windows color (decimal): -14330277 or 5985829. OLE color: 5985829.
HSL color Cylindrical-coordinate representation of color #25565B: hue angle of 185.56º 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 #25565B is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 86 | 91 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.64 |
| HSL | 185.56º | 0.42% | 0.25% | - |
| HSV(B) | 185.56º | 0.59% | 0.36% | - |
| XYZ | 5.98 | 7.8 | 11.09 | - |
| YUV | 71.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 91 | 0.59 | 0.05 | 0 | 0.64 | 185.56 | 0.42 | 0.25 |
| Hex | 25 | 56 | 5B | 3B | 5 | 0 | 40 | BA | 2A | 19 |
| Octal | 45 | 126 | 133 | 73 | 5 | 0 | 100 | 272 | 52 | 31 |
| Binary | 100101 | 1010110 | 1011011 | 111011 | 101 | 0 | 1000000 | 10111010 | 101010 | 11001 |
Color Harmonies of #25565B
Complementary color
Monochromatic Colors of #25565B
Black with #25565B
Text Example
Text Example
White with #25565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25565B; }
p { color: rgb(37,86,91); }
H1.HeaderClassName
{
color: #25565B;
}
.AnyTagClassName
{
color: #25565B;
}
</style>
background-color css
<style>
a { background-color: #25565B; }
a { background-color: rgb(37,86,91); }
div.DivClassName
{
background-color: #25565B;
}
.BgClassName
{
background-color: #25565B;
}
</style>
border-color css
<style>
span { border-color: #25565B; }
span { border-color: rgb(37,86,91); }
td.TdClassName
{
border-color: #25565B;
}
.TagClassName
{
border-color: #25565B;
}
</style>