Shades of Dark Slate Grey #225250
Tints of Dark Slate Grey #225250
RGB
CMYK
RGB Variations
Color information
#225250 (or 0x225250) is known color: Dark Slate Grey. HEX triplet: 22, 52 and 50. RGB value is (34,82,80). Sum of RGB (Red+Green+Blue) = 34+82+80=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #225250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225250 is #DDADAF. Grayscale: #434343. Windows color (decimal): -14527920 or 5263906. OLE color: 5263906.
HSL color Cylindrical-coordinate representation of color #225250: hue angle of 177.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225250 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 80 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.68 |
| HSL | 177.5º | 0.41% | 0.23% | - |
| HSV(B) | 177.5º | 0.59% | 0.32% | - |
| XYZ | 5.12 | 6.95 | 8.66 | - |
| YUV | 67.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 80 | 0.59 | 0 | 0.02 | 0.68 | 177.5 | 0.41 | 0.23 |
| Hex | 22 | 52 | 50 | 3B | 0 | 2 | 44 | B2 | 29 | 17 |
| Octal | 42 | 122 | 120 | 73 | 0 | 2 | 104 | 262 | 51 | 27 |
| Binary | 100010 | 1010010 | 1010000 | 111011 | 0 | 10 | 1000100 | 10110010 | 101001 | 10111 |
Color Harmonies of #225250
Complementary color
Monochromatic Colors of #225250
Black with #225250
Text Example
Text Example
White with #225250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225250; }
p { color: rgb(34,82,80); }
H1.HeaderClassName
{
color: #225250;
}
.AnyTagClassName
{
color: #225250;
}
</style>
background-color css
<style>
a { background-color: #225250; }
a { background-color: rgb(34,82,80); }
div.DivClassName
{
background-color: #225250;
}
.BgClassName
{
background-color: #225250;
}
</style>
border-color css
<style>
span { border-color: #225250; }
span { border-color: rgb(34,82,80); }
td.TdClassName
{
border-color: #225250;
}
.TagClassName
{
border-color: #225250;
}
</style>