Shades of Payne's Grey #404255
Tints of Payne's Grey #404255
RGB
CMYK
RGB Variations
Color information
#404255 (or 0x404255) is known color: Payne's Grey. HEX triplet: 40, 42 and 55. RGB value is (64,66,85). Sum of RGB (Red+Green+Blue) = 64+66+85=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #404255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404255 is #BFBDAA. Grayscale: #434343. Windows color (decimal): -12565931 or 5587520. OLE color: 5587520.
HSL color Cylindrical-coordinate representation of color #404255: hue angle of 234.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404255 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 66 | 85 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.67 |
| HSL | 234.29º | 0.14% | 0.29% | - |
| HSV(B) | 234.29º | 0.25% | 0.33% | - |
| XYZ | 5.7 | 5.64 | 9.38 | - |
| YUV | 67.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 85 | 0.25 | 0.22 | 0 | 0.67 | 234.29 | 0.14 | 0.29 |
| Hex | 40 | 42 | 55 | 19 | 16 | 0 | 43 | EA | E | 1D |
| Octal | 100 | 102 | 125 | 31 | 26 | 0 | 103 | 352 | 16 | 35 |
| Binary | 1000000 | 1000010 | 1010101 | 11001 | 10110 | 0 | 1000011 | 11101010 | 1110 | 11101 |
Color Harmonies of #404255
Complementary color
Monochromatic Colors of #404255
Black with #404255
Text Example
Text Example
White with #404255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404255; }
p { color: rgb(64,66,85); }
H1.HeaderClassName
{
color: #404255;
}
.AnyTagClassName
{
color: #404255;
}
</style>
background-color css
<style>
a { background-color: #404255; }
a { background-color: rgb(64,66,85); }
div.DivClassName
{
background-color: #404255;
}
.BgClassName
{
background-color: #404255;
}
</style>
border-color css
<style>
span { border-color: #404255; }
span { border-color: rgb(64,66,85); }
td.TdClassName
{
border-color: #404255;
}
.TagClassName
{
border-color: #404255;
}
</style>