Shades of Payne's Grey #404054
Tints of Payne's Grey #404054
RGB
CMYK
RGB Variations
Color information
#404054 (or 0x404054) is known color: Payne's Grey. HEX triplet: 40, 40 and 54. RGB value is (64,64,84). Sum of RGB (Red+Green+Blue) = 64+64+84=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #404054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404054 is #BFBFAB. Grayscale: #424242. Windows color (decimal): -12566444 or 5521472. OLE color: 5521472.
HSL color Cylindrical-coordinate representation of color #404054: hue angle of 240º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404054 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 64 | 84 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.67 |
| HSL | 240º | 0.14% | 0.29% | - |
| HSV(B) | 240º | 0.24% | 0.33% | - |
| XYZ | 5.55 | 5.4 | 9.14 | - |
| YUV | 66.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 84 | 0.24 | 0.24 | 0 | 0.67 | 240 | 0.14 | 0.29 |
| Hex | 40 | 40 | 54 | 18 | 18 | 0 | 43 | F0 | E | 1D |
| Octal | 100 | 100 | 124 | 30 | 30 | 0 | 103 | 360 | 16 | 35 |
| Binary | 1000000 | 1000000 | 1010100 | 11000 | 11000 | 0 | 1000011 | 11110000 | 1110 | 11101 |
Color Harmonies of #404054
Complementary color
Monochromatic Colors of #404054
Black with #404054
Text Example
Text Example
White with #404054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404054; }
p { color: rgb(64,64,84); }
H1.HeaderClassName
{
color: #404054;
}
.AnyTagClassName
{
color: #404054;
}
</style>
background-color css
<style>
a { background-color: #404054; }
a { background-color: rgb(64,64,84); }
div.DivClassName
{
background-color: #404054;
}
.BgClassName
{
background-color: #404054;
}
</style>
border-color css
<style>
span { border-color: #404054; }
span { border-color: rgb(64,64,84); }
td.TdClassName
{
border-color: #404054;
}
.TagClassName
{
border-color: #404054;
}
</style>