Shades of Dark Slate Grey #25565A
Tints of Dark Slate Grey #25565A
RGB
CMYK
RGB Variations
Color information
#25565A (or 0x25565A) is known color: Dark Slate Grey. HEX triplet: 25, 56 and 5A. RGB value is (37,86,90). Sum of RGB (Red+Green+Blue) = 37+86+90=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #25565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25565A is #DAA9A5. Grayscale: #474747. Windows color (decimal): -14330278 or 5920293. OLE color: 5920293.
HSL color Cylindrical-coordinate representation of color #25565A: hue angle of 184.53º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25565A is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 86 | 90 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.65 |
| HSL | 184.53º | 0.42% | 0.25% | - |
| HSV(B) | 184.53º | 0.59% | 0.35% | - |
| XYZ | 5.94 | 7.79 | 10.86 | - |
| YUV | 71.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 90 | 0.59 | 0.04 | 0 | 0.65 | 184.53 | 0.42 | 0.25 |
| Hex | 25 | 56 | 5A | 3B | 4 | 0 | 41 | B9 | 2A | 19 |
| Octal | 45 | 126 | 132 | 73 | 4 | 0 | 101 | 271 | 52 | 31 |
| Binary | 100101 | 1010110 | 1011010 | 111011 | 100 | 0 | 1000001 | 10111001 | 101010 | 11001 |
Color Harmonies of #25565A
Complementary color
Monochromatic Colors of #25565A
Black with #25565A
Text Example
Text Example
White with #25565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25565A; }
p { color: rgb(37,86,90); }
H1.HeaderClassName
{
color: #25565A;
}
.AnyTagClassName
{
color: #25565A;
}
</style>
background-color css
<style>
a { background-color: #25565A; }
a { background-color: rgb(37,86,90); }
div.DivClassName
{
background-color: #25565A;
}
.BgClassName
{
background-color: #25565A;
}
</style>
border-color css
<style>
span { border-color: #25565A; }
span { border-color: rgb(37,86,90); }
td.TdClassName
{
border-color: #25565A;
}
.TagClassName
{
border-color: #25565A;
}
</style>