Shades of Dark Slate Grey #225659
Tints of Dark Slate Grey #225659
RGB
CMYK
RGB Variations
Color information
#225659 (or 0x225659) is known color: Dark Slate Grey. HEX triplet: 22, 56 and 59. RGB value is (34,86,89). Sum of RGB (Red+Green+Blue) = 34+86+89=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #225659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225659 is #DDA9A6. Grayscale: #464646. Windows color (decimal): -14526887 or 5854754. OLE color: 5854754.
HSL color Cylindrical-coordinate representation of color #225659: hue angle of 183.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225659 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 86 | 89 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.65 |
| HSL | 183.27º | 0.45% | 0.24% | - |
| HSV(B) | 183.27º | 0.62% | 0.35% | - |
| XYZ | 5.79 | 7.72 | 10.64 | - |
| YUV | 70.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 89 | 0.62 | 0.03 | 0 | 0.65 | 183.27 | 0.45 | 0.24 |
| Hex | 22 | 56 | 59 | 3E | 3 | 0 | 41 | B7 | 2D | 18 |
| Octal | 42 | 126 | 131 | 76 | 3 | 0 | 101 | 267 | 55 | 30 |
| Binary | 100010 | 1010110 | 1011001 | 111110 | 11 | 0 | 1000001 | 10110111 | 101101 | 11000 |
Color Harmonies of #225659
Complementary color
Monochromatic Colors of #225659
Black with #225659
Text Example
Text Example
White with #225659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225659; }
p { color: rgb(34,86,89); }
H1.HeaderClassName
{
color: #225659;
}
.AnyTagClassName
{
color: #225659;
}
</style>
background-color css
<style>
a { background-color: #225659; }
a { background-color: rgb(34,86,89); }
div.DivClassName
{
background-color: #225659;
}
.BgClassName
{
background-color: #225659;
}
</style>
border-color css
<style>
span { border-color: #225659; }
span { border-color: rgb(34,86,89); }
td.TdClassName
{
border-color: #225659;
}
.TagClassName
{
border-color: #225659;
}
</style>