Shades of Payne's Grey #393B53
Tints of Payne's Grey #393B53
RGB
CMYK
RGB Variations
Color information
#393B53 (or 0x393B53) is known color: Payne's Grey. HEX triplet: 39, 3B and 53. RGB value is (57,59,83). Sum of RGB (Red+Green+Blue) = 57+59+83=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #393B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B53 is #C6C4AC. Grayscale: #3D3D3D. Windows color (decimal): -13026477 or 5454649. OLE color: 5454649.
HSL color Cylindrical-coordinate representation of color #393B53: hue angle of 235.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #393B53 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 59 | 83 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.67 |
| HSL | 235.38º | 0.19% | 0.27% | - |
| HSV(B) | 235.38º | 0.31% | 0.33% | - |
| XYZ | 4.81 | 4.62 | 8.82 | - |
| YUV | 61.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 83 | 0.31 | 0.29 | 0 | 0.67 | 235.38 | 0.19 | 0.27 |
| Hex | 39 | 3B | 53 | 1F | 1D | 0 | 43 | EB | 13 | 1B |
| Octal | 71 | 73 | 123 | 37 | 35 | 0 | 103 | 353 | 23 | 33 |
| Binary | 111001 | 111011 | 1010011 | 11111 | 11101 | 0 | 1000011 | 11101011 | 10011 | 11011 |
Color Harmonies of #393B53
Complementary color
Monochromatic Colors of #393B53
Black with #393B53
Text Example
Text Example
White with #393B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B53; }
p { color: rgb(57,59,83); }
H1.HeaderClassName
{
color: #393B53;
}
.AnyTagClassName
{
color: #393B53;
}
</style>
background-color css
<style>
a { background-color: #393B53; }
a { background-color: rgb(57,59,83); }
div.DivClassName
{
background-color: #393B53;
}
.BgClassName
{
background-color: #393B53;
}
</style>
border-color css
<style>
span { border-color: #393B53; }
span { border-color: rgb(57,59,83); }
td.TdClassName
{
border-color: #393B53;
}
.TagClassName
{
border-color: #393B53;
}
</style>