Shades of Payne's Grey #393A57
Tints of Payne's Grey #393A57
RGB
CMYK
RGB Variations
Color information
#393A57 (or 0x393A57) is known color: Payne's Grey. HEX triplet: 39, 3A and 57. RGB value is (57,58,87). Sum of RGB (Red+Green+Blue) = 57+58+87=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #393A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A57 is #C6C5A8. Grayscale: #3C3C3C. Windows color (decimal): -13026729 or 5716537. OLE color: 5716537.
HSL color Cylindrical-coordinate representation of color #393A57: hue angle of 238º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #393A57 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 58 | 87 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.66 |
| HSL | 238º | 0.21% | 0.28% | - |
| HSV(B) | 238º | 0.34% | 0.34% | - |
| XYZ | 4.92 | 4.58 | 9.64 | - |
| YUV | 61.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 87 | 0.34 | 0.33 | 0 | 0.66 | 238 | 0.21 | 0.28 |
| Hex | 39 | 3A | 57 | 22 | 21 | 0 | 42 | EE | 15 | 1C |
| Octal | 71 | 72 | 127 | 42 | 41 | 0 | 102 | 356 | 25 | 34 |
| Binary | 111001 | 111010 | 1010111 | 100010 | 100001 | 0 | 1000010 | 11101110 | 10101 | 11100 |
Color Harmonies of #393A57
Complementary color
Monochromatic Colors of #393A57
Black with #393A57
Text Example
Text Example
White with #393A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A57; }
p { color: rgb(57,58,87); }
H1.HeaderClassName
{
color: #393A57;
}
.AnyTagClassName
{
color: #393A57;
}
</style>
background-color css
<style>
a { background-color: #393A57; }
a { background-color: rgb(57,58,87); }
div.DivClassName
{
background-color: #393A57;
}
.BgClassName
{
background-color: #393A57;
}
</style>
border-color css
<style>
span { border-color: #393A57; }
span { border-color: rgb(57,58,87); }
td.TdClassName
{
border-color: #393A57;
}
.TagClassName
{
border-color: #393A57;
}
</style>