Shades of Dark Slate Grey #225150
Tints of Dark Slate Grey #225150
RGB
CMYK
RGB Variations
Color information
#225150 (or 0x225150) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 50. RGB value is (34,81,80). Sum of RGB (Red+Green+Blue) = 34+81+80=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #225150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225150 is #DDAEAF. Grayscale: #424242. Windows color (decimal): -14528176 or 5263650. OLE color: 5263650.
HSL color Cylindrical-coordinate representation of color #225150: hue angle of 178.72º 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 #225150 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 80 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.68 |
| HSL | 178.72º | 0.41% | 0.23% | - |
| HSV(B) | 178.72º | 0.58% | 0.32% | - |
| XYZ | 5.05 | 6.8 | 8.64 | - |
| YUV | 66.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 80 | 0.58 | 0 | 0.01 | 0.68 | 178.72 | 0.41 | 0.23 |
| Hex | 22 | 51 | 50 | 3A | 0 | 1 | 44 | B3 | 29 | 17 |
| Octal | 42 | 121 | 120 | 72 | 0 | 1 | 104 | 263 | 51 | 27 |
| Binary | 100010 | 1010001 | 1010000 | 111010 | 0 | 1 | 1000100 | 10110011 | 101001 | 10111 |
Color Harmonies of #225150
Complementary color
Monochromatic Colors of #225150
Black with #225150
Text Example
Text Example
White with #225150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225150; }
p { color: rgb(34,81,80); }
H1.HeaderClassName
{
color: #225150;
}
.AnyTagClassName
{
color: #225150;
}
</style>
background-color css
<style>
a { background-color: #225150; }
a { background-color: rgb(34,81,80); }
div.DivClassName
{
background-color: #225150;
}
.BgClassName
{
background-color: #225150;
}
</style>
border-color css
<style>
span { border-color: #225150; }
span { border-color: rgb(34,81,80); }
td.TdClassName
{
border-color: #225150;
}
.TagClassName
{
border-color: #225150;
}
</style>