Shades of Payne's Grey #373552
Tints of Payne's Grey #373552
RGB
CMYK
RGB Variations
Color information
#373552 (or 0x373552) is known color: Payne's Grey. HEX triplet: 37, 35 and 52. RGB value is (55,53,82). Sum of RGB (Red+Green+Blue) = 55+53+82=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #373552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373552 is #C8CAAD. Grayscale: #383838. Windows color (decimal): -13159086 or 5387575. OLE color: 5387575.
HSL color Cylindrical-coordinate representation of color #373552: hue angle of 244.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #373552 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 53 | 82 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.68 |
| HSL | 244.14º | 0.21% | 0.26% | - |
| HSV(B) | 244.14º | 0.35% | 0.32% | - |
| XYZ | 4.37 | 3.97 | 8.52 | - |
| YUV | 56.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 82 | 0.33 | 0.35 | 0 | 0.68 | 244.14 | 0.21 | 0.26 |
| Hex | 37 | 35 | 52 | 21 | 23 | 0 | 44 | F4 | 15 | 1A |
| Octal | 67 | 65 | 122 | 41 | 43 | 0 | 104 | 364 | 25 | 32 |
| Binary | 110111 | 110101 | 1010010 | 100001 | 100011 | 0 | 1000100 | 11110100 | 10101 | 11010 |
Color Harmonies of #373552
Complementary color
Monochromatic Colors of #373552
Black with #373552
Text Example
Text Example
White with #373552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373552; }
p { color: rgb(55,53,82); }
H1.HeaderClassName
{
color: #373552;
}
.AnyTagClassName
{
color: #373552;
}
</style>
background-color css
<style>
a { background-color: #373552; }
a { background-color: rgb(55,53,82); }
div.DivClassName
{
background-color: #373552;
}
.BgClassName
{
background-color: #373552;
}
</style>
border-color css
<style>
span { border-color: #373552; }
span { border-color: rgb(55,53,82); }
td.TdClassName
{
border-color: #373552;
}
.TagClassName
{
border-color: #373552;
}
</style>