Shades of Dark Slate Grey #225051
Tints of Dark Slate Grey #225051
RGB
CMYK
RGB Variations
Color information
#225051 (or 0x225051) is known color: Dark Slate Grey. HEX triplet: 22, 50 and 51. RGB value is (34,80,81). Sum of RGB (Red+Green+Blue) = 34+80+81=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #225051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225051 is #DDAFAE. Grayscale: #424242. Windows color (decimal): -14528431 or 5328930. OLE color: 5328930.
HSL color Cylindrical-coordinate representation of color #225051: hue angle of 181.28º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225051 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 80 | 81 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.68 |
| HSL | 181.28º | 0.41% | 0.23% | - |
| HSV(B) | 181.28º | 0.58% | 0.32% | - |
| XYZ | 5.01 | 6.67 | 8.81 | - |
| YUV | 66.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 81 | 0.58 | 0.01 | 0 | 0.68 | 181.28 | 0.41 | 0.23 |
| Hex | 22 | 50 | 51 | 3A | 1 | 0 | 44 | B5 | 29 | 17 |
| Octal | 42 | 120 | 121 | 72 | 1 | 0 | 104 | 265 | 51 | 27 |
| Binary | 100010 | 1010000 | 1010001 | 111010 | 1 | 0 | 1000100 | 10110101 | 101001 | 10111 |
Color Harmonies of #225051
Complementary color
Monochromatic Colors of #225051
Black with #225051
Text Example
Text Example
White with #225051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225051; }
p { color: rgb(34,80,81); }
H1.HeaderClassName
{
color: #225051;
}
.AnyTagClassName
{
color: #225051;
}
</style>
background-color css
<style>
a { background-color: #225051; }
a { background-color: rgb(34,80,81); }
div.DivClassName
{
background-color: #225051;
}
.BgClassName
{
background-color: #225051;
}
</style>
border-color css
<style>
span { border-color: #225051; }
span { border-color: rgb(34,80,81); }
td.TdClassName
{
border-color: #225051;
}
.TagClassName
{
border-color: #225051;
}
</style>