Shades of Payne's Grey #424353
Tints of Payne's Grey #424353
RGB
CMYK
RGB Variations
Color information
#424353 (or 0x424353) is known color: Payne's Grey. HEX triplet: 42, 43 and 53. RGB value is (66,67,83). Sum of RGB (Red+Green+Blue) = 66+67+83=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #424353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424353 is #BDBCAC. Grayscale: #444444. Windows color (decimal): -12434605 or 5456706. OLE color: 5456706.
HSL color Cylindrical-coordinate representation of color #424353: hue angle of 236.47º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424353 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 67 | 83 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.67 |
| HSL | 236.47º | 0.11% | 0.29% | - |
| HSV(B) | 236.47º | 0.2% | 0.33% | - |
| XYZ | 5.82 | 5.8 | 9 | - |
| YUV | 68.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 83 | 0.20 | 0.19 | 0 | 0.67 | 236.47 | 0.11 | 0.29 |
| Hex | 42 | 43 | 53 | 14 | 13 | 0 | 43 | EC | B | 1D |
| Octal | 102 | 103 | 123 | 24 | 23 | 0 | 103 | 354 | 13 | 35 |
| Binary | 1000010 | 1000011 | 1010011 | 10100 | 10011 | 0 | 1000011 | 11101100 | 1011 | 11101 |
Color Harmonies of #424353
Complementary color
Monochromatic Colors of #424353
Black with #424353
Text Example
Text Example
White with #424353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424353; }
p { color: rgb(66,67,83); }
H1.HeaderClassName
{
color: #424353;
}
.AnyTagClassName
{
color: #424353;
}
</style>
background-color css
<style>
a { background-color: #424353; }
a { background-color: rgb(66,67,83); }
div.DivClassName
{
background-color: #424353;
}
.BgClassName
{
background-color: #424353;
}
</style>
border-color css
<style>
span { border-color: #424353; }
span { border-color: rgb(66,67,83); }
td.TdClassName
{
border-color: #424353;
}
.TagClassName
{
border-color: #424353;
}
</style>