Shades of Spectra #39574E
Tints of Spectra #39574E
RGB
CMYK
RGB Variations
Color information
#39574E (or 0x39574E) is known color: Spectra. HEX triplet: 39, 57 and 4E. RGB value is (57,87,78). Sum of RGB (Red+Green+Blue) = 57+87+78=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #39574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39574E is #C6A8B1. Grayscale: #4D4D4D. Windows color (decimal): -13019314 or 5134137. OLE color: 5134137.
HSL color Cylindrical-coordinate representation of color #39574E: hue angle of 162º 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 #39574E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 87 | 78 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.66 |
| HSL | 162º | 0.21% | 0.28% | - |
| HSV(B) | 162º | 0.34% | 0.34% | - |
| XYZ | 6.47 | 8.24 | 8.46 | - |
| YUV | 77 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 78 | 0.34 | 0 | 0.10 | 0.66 | 162 | 0.21 | 0.28 |
| Hex | 39 | 57 | 4E | 22 | 0 | A | 42 | A2 | 15 | 1C |
| Octal | 71 | 127 | 116 | 42 | 0 | 12 | 102 | 242 | 25 | 34 |
| Binary | 111001 | 1010111 | 1001110 | 100010 | 0 | 1010 | 1000010 | 10100010 | 10101 | 11100 |
Color Harmonies of #39574E
Complementary color
Monochromatic Colors of #39574E
Black with #39574E
Text Example
Text Example
White with #39574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39574E; }
p { color: rgb(57,87,78); }
H1.HeaderClassName
{
color: #39574E;
}
.AnyTagClassName
{
color: #39574E;
}
</style>
background-color css
<style>
a { background-color: #39574E; }
a { background-color: rgb(57,87,78); }
div.DivClassName
{
background-color: #39574E;
}
.BgClassName
{
background-color: #39574E;
}
</style>
border-color css
<style>
span { border-color: #39574E; }
span { border-color: rgb(57,87,78); }
td.TdClassName
{
border-color: #39574E;
}
.TagClassName
{
border-color: #39574E;
}
</style>