Shades of Payne's Grey #393A54
Tints of Payne's Grey #393A54
RGB
CMYK
RGB Variations
Color information
#393A54 (or 0x393A54) is known color: Payne's Grey. HEX triplet: 39, 3A and 54. RGB value is (57,58,84). Sum of RGB (Red+Green+Blue) = 57+58+84=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #393A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A54 is #C6C5AB. Grayscale: #3C3C3C. Windows color (decimal): -13026732 or 5519929. OLE color: 5519929.
HSL color Cylindrical-coordinate representation of color #393A54: hue angle of 237.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #393A54 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 58 | 84 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.67 |
| HSL | 237.78º | 0.19% | 0.28% | - |
| HSV(B) | 237.78º | 0.32% | 0.33% | - |
| XYZ | 4.8 | 4.54 | 9.01 | - |
| YUV | 60.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 84 | 0.32 | 0.31 | 0 | 0.67 | 237.78 | 0.19 | 0.28 |
| Hex | 39 | 3A | 54 | 20 | 1F | 0 | 43 | EE | 13 | 1C |
| Octal | 71 | 72 | 124 | 40 | 37 | 0 | 103 | 356 | 23 | 34 |
| Binary | 111001 | 111010 | 1010100 | 100000 | 11111 | 0 | 1000011 | 11101110 | 10011 | 11100 |
Color Harmonies of #393A54
Complementary color
Monochromatic Colors of #393A54
Black with #393A54
Text Example
Text Example
White with #393A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A54; }
p { color: rgb(57,58,84); }
H1.HeaderClassName
{
color: #393A54;
}
.AnyTagClassName
{
color: #393A54;
}
</style>
background-color css
<style>
a { background-color: #393A54; }
a { background-color: rgb(57,58,84); }
div.DivClassName
{
background-color: #393A54;
}
.BgClassName
{
background-color: #393A54;
}
</style>
border-color css
<style>
span { border-color: #393A54; }
span { border-color: rgb(57,58,84); }
td.TdClassName
{
border-color: #393A54;
}
.TagClassName
{
border-color: #393A54;
}
</style>