Shades of Dark Slate Grey #225152
Tints of Dark Slate Grey #225152
RGB
CMYK
RGB Variations
Color information
#225152 (or 0x225152) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 52. RGB value is (34,81,82). Sum of RGB (Red+Green+Blue) = 34+81+82=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #225152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225152 is #DDAEAD. Grayscale: #434343. Windows color (decimal): -14528174 or 5394722. OLE color: 5394722.
HSL color Cylindrical-coordinate representation of color #225152: hue angle of 181.25º 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 #225152 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 82 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.68 |
| HSL | 181.25º | 0.41% | 0.23% | - |
| HSV(B) | 181.25º | 0.59% | 0.32% | - |
| XYZ | 5.13 | 6.83 | 9.03 | - |
| YUV | 67.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 82 | 0.59 | 0.01 | 0 | 0.68 | 181.25 | 0.41 | 0.23 |
| Hex | 22 | 51 | 52 | 3B | 1 | 0 | 44 | B5 | 29 | 17 |
| Octal | 42 | 121 | 122 | 73 | 1 | 0 | 104 | 265 | 51 | 27 |
| Binary | 100010 | 1010001 | 1010010 | 111011 | 1 | 0 | 1000100 | 10110101 | 101001 | 10111 |
Color Harmonies of #225152
Complementary color
Monochromatic Colors of #225152
Black with #225152
Text Example
Text Example
White with #225152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225152; }
p { color: rgb(34,81,82); }
H1.HeaderClassName
{
color: #225152;
}
.AnyTagClassName
{
color: #225152;
}
</style>
background-color css
<style>
a { background-color: #225152; }
a { background-color: rgb(34,81,82); }
div.DivClassName
{
background-color: #225152;
}
.BgClassName
{
background-color: #225152;
}
</style>
border-color css
<style>
span { border-color: #225152; }
span { border-color: rgb(34,81,82); }
td.TdClassName
{
border-color: #225152;
}
.TagClassName
{
border-color: #225152;
}
</style>