Shades of Payne's Grey #424350
Tints of Payne's Grey #424350
RGB
CMYK
RGB Variations
Color information
#424350 (or 0x424350) is known color: Payne's Grey. HEX triplet: 42, 43 and 50. RGB value is (66,67,80). Sum of RGB (Red+Green+Blue) = 66+67+80=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #424350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424350 is #BDBCAF. Grayscale: #444444. Windows color (decimal): -12434608 or 5260098. OLE color: 5260098.
HSL color Cylindrical-coordinate representation of color #424350: hue angle of 235.71º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424350 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 67 | 80 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.69 |
| HSL | 235.71º | 0.1% | 0.29% | - |
| HSV(B) | 235.71º | 0.18% | 0.31% | - |
| XYZ | 5.7 | 5.75 | 8.4 | - |
| YUV | 68.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 80 | 0.17 | 0.16 | 0 | 0.69 | 235.71 | 0.1 | 0.29 |
| Hex | 42 | 43 | 50 | 11 | 10 | 0 | 45 | EC | A | 1D |
| Octal | 102 | 103 | 120 | 21 | 20 | 0 | 105 | 354 | 12 | 35 |
| Binary | 1000010 | 1000011 | 1010000 | 10001 | 10000 | 0 | 1000101 | 11101100 | 1010 | 11101 |
Color Harmonies of #424350
Complementary color
Monochromatic Colors of #424350
Black with #424350
Text Example
Text Example
White with #424350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424350; }
p { color: rgb(66,67,80); }
H1.HeaderClassName
{
color: #424350;
}
.AnyTagClassName
{
color: #424350;
}
</style>
background-color css
<style>
a { background-color: #424350; }
a { background-color: rgb(66,67,80); }
div.DivClassName
{
background-color: #424350;
}
.BgClassName
{
background-color: #424350;
}
</style>
border-color css
<style>
span { border-color: #424350; }
span { border-color: rgb(66,67,80); }
td.TdClassName
{
border-color: #424350;
}
.TagClassName
{
border-color: #424350;
}
</style>