Shades of Dark Slate Grey #225557
Tints of Dark Slate Grey #225557
RGB
CMYK
RGB Variations
Color information
#225557 (or 0x225557) is known color: Dark Slate Grey. HEX triplet: 22, 55 and 57. RGB value is (34,85,87). Sum of RGB (Red+Green+Blue) = 34+85+87=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #225557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225557 is #DDAAA8. Grayscale: #454545. Windows color (decimal): -14527145 or 5723426. OLE color: 5723426.
HSL color Cylindrical-coordinate representation of color #225557: hue angle of 182.26º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225557 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 85 | 87 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.66 |
| HSL | 182.26º | 0.44% | 0.24% | - |
| HSV(B) | 182.26º | 0.61% | 0.34% | - |
| XYZ | 5.63 | 7.53 | 10.17 | - |
| YUV | 69.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 87 | 0.61 | 0.02 | 0 | 0.66 | 182.26 | 0.44 | 0.24 |
| Hex | 22 | 55 | 57 | 3D | 2 | 0 | 42 | B6 | 2C | 18 |
| Octal | 42 | 125 | 127 | 75 | 2 | 0 | 102 | 266 | 54 | 30 |
| Binary | 100010 | 1010101 | 1010111 | 111101 | 10 | 0 | 1000010 | 10110110 | 101100 | 11000 |
Color Harmonies of #225557
Complementary color
Monochromatic Colors of #225557
Black with #225557
Text Example
Text Example
White with #225557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225557; }
p { color: rgb(34,85,87); }
H1.HeaderClassName
{
color: #225557;
}
.AnyTagClassName
{
color: #225557;
}
</style>
background-color css
<style>
a { background-color: #225557; }
a { background-color: rgb(34,85,87); }
div.DivClassName
{
background-color: #225557;
}
.BgClassName
{
background-color: #225557;
}
</style>
border-color css
<style>
span { border-color: #225557; }
span { border-color: rgb(34,85,87); }
td.TdClassName
{
border-color: #225557;
}
.TagClassName
{
border-color: #225557;
}
</style>