Shades of Payne's Grey #414253
Tints of Payne's Grey #414253
RGB
CMYK
RGB Variations
Color information
#414253 (or 0x414253) is known color: Payne's Grey. HEX triplet: 41, 42 and 53. RGB value is (65,66,83). Sum of RGB (Red+Green+Blue) = 65+66+83=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #414253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414253 is #BEBDAC. Grayscale: #434343. Windows color (decimal): -12500397 or 5456449. OLE color: 5456449.
HSL color Cylindrical-coordinate representation of color #414253: hue angle of 236.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414253 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 66 | 83 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.67 |
| HSL | 236.67º | 0.12% | 0.29% | - |
| HSV(B) | 236.67º | 0.22% | 0.33% | - |
| XYZ | 5.69 | 5.64 | 8.97 | - |
| YUV | 67.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 83 | 0.22 | 0.20 | 0 | 0.67 | 236.67 | 0.12 | 0.29 |
| Hex | 41 | 42 | 53 | 16 | 14 | 0 | 43 | ED | C | 1D |
| Octal | 101 | 102 | 123 | 26 | 24 | 0 | 103 | 355 | 14 | 35 |
| Binary | 1000001 | 1000010 | 1010011 | 10110 | 10100 | 0 | 1000011 | 11101101 | 1100 | 11101 |
Color Harmonies of #414253
Complementary color
Monochromatic Colors of #414253
Black with #414253
Text Example
Text Example
White with #414253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414253; }
p { color: rgb(65,66,83); }
H1.HeaderClassName
{
color: #414253;
}
.AnyTagClassName
{
color: #414253;
}
</style>
background-color css
<style>
a { background-color: #414253; }
a { background-color: rgb(65,66,83); }
div.DivClassName
{
background-color: #414253;
}
.BgClassName
{
background-color: #414253;
}
</style>
border-color css
<style>
span { border-color: #414253; }
span { border-color: rgb(65,66,83); }
td.TdClassName
{
border-color: #414253;
}
.TagClassName
{
border-color: #414253;
}
</style>