Shades of Payne's Grey #444550
Tints of Payne's Grey #444550
RGB
CMYK
RGB Variations
Color information
#444550 (or 0x444550) is known color: Payne's Grey. HEX triplet: 44, 45 and 50. RGB value is (68,69,80). Sum of RGB (Red+Green+Blue) = 68+69+80=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #444550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444550 is #BBBAAF. Grayscale: #454545. Windows color (decimal): -12303024 or 5260612. OLE color: 5260612.
HSL color Cylindrical-coordinate representation of color #444550: hue angle of 235º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444550 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 69 | 80 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.69 |
| HSL | 235º | 0.08% | 0.29% | - |
| HSV(B) | 235º | 0.15% | 0.31% | - |
| XYZ | 5.96 | 6.06 | 8.45 | - |
| YUV | 69.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 80 | 0.15 | 0.14 | 0 | 0.69 | 235 | 0.08 | 0.29 |
| Hex | 44 | 45 | 50 | F | E | 0 | 45 | EB | 8 | 1D |
| Octal | 104 | 105 | 120 | 17 | 16 | 0 | 105 | 353 | 10 | 35 |
| Binary | 1000100 | 1000101 | 1010000 | 1111 | 1110 | 0 | 1000101 | 11101011 | 1000 | 11101 |
Color Harmonies of #444550
Complementary color
Monochromatic Colors of #444550
Black with #444550
Text Example
Text Example
White with #444550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444550; }
p { color: rgb(68,69,80); }
H1.HeaderClassName
{
color: #444550;
}
.AnyTagClassName
{
color: #444550;
}
</style>
background-color css
<style>
a { background-color: #444550; }
a { background-color: rgb(68,69,80); }
div.DivClassName
{
background-color: #444550;
}
.BgClassName
{
background-color: #444550;
}
</style>
border-color css
<style>
span { border-color: #444550; }
span { border-color: rgb(68,69,80); }
td.TdClassName
{
border-color: #444550;
}
.TagClassName
{
border-color: #444550;
}
</style>