Shades of Payne's Grey #393A55
Tints of Payne's Grey #393A55
RGB
CMYK
RGB Variations
Color information
#393A55 (or 0x393A55) is known color: Payne's Grey. HEX triplet: 39, 3A and 55. RGB value is (57,58,85). Sum of RGB (Red+Green+Blue) = 57+58+85=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #393A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A55 is #C6C5AA. Grayscale: #3C3C3C. Windows color (decimal): -13026731 or 5585465. OLE color: 5585465.
HSL color Cylindrical-coordinate representation of color #393A55: hue angle of 237.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #393A55 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 58 | 85 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.67 |
| HSL | 237.86º | 0.2% | 0.28% | - |
| HSV(B) | 237.86º | 0.33% | 0.33% | - |
| XYZ | 4.84 | 4.55 | 9.22 | - |
| YUV | 60.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 85 | 0.33 | 0.32 | 0 | 0.67 | 237.86 | 0.2 | 0.28 |
| Hex | 39 | 3A | 55 | 21 | 20 | 0 | 43 | EE | 14 | 1C |
| Octal | 71 | 72 | 125 | 41 | 40 | 0 | 103 | 356 | 24 | 34 |
| Binary | 111001 | 111010 | 1010101 | 100001 | 100000 | 0 | 1000011 | 11101110 | 10100 | 11100 |
Color Harmonies of #393A55
Complementary color
Monochromatic Colors of #393A55
Black with #393A55
Text Example
Text Example
White with #393A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A55; }
p { color: rgb(57,58,85); }
H1.HeaderClassName
{
color: #393A55;
}
.AnyTagClassName
{
color: #393A55;
}
</style>
background-color css
<style>
a { background-color: #393A55; }
a { background-color: rgb(57,58,85); }
div.DivClassName
{
background-color: #393A55;
}
.BgClassName
{
background-color: #393A55;
}
</style>
border-color css
<style>
span { border-color: #393A55; }
span { border-color: rgb(57,58,85); }
td.TdClassName
{
border-color: #393A55;
}
.TagClassName
{
border-color: #393A55;
}
</style>