Shades of Spectra #3A574D
Tints of Spectra #3A574D
RGB
CMYK
RGB Variations
Color information
#3A574D (or 0x3A574D) is known color: Spectra. HEX triplet: 3A, 57 and 4D. RGB value is (58,87,77). Sum of RGB (Red+Green+Blue) = 58+87+77=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #3A574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A574D is #C5A8B2. Grayscale: #4D4D4D. Windows color (decimal): -12953779 or 5068602. OLE color: 5068602.
HSL color Cylindrical-coordinate representation of color #3A574D: hue angle of 159.31º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A574D is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 77 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.66 |
| HSL | 159.31º | 0.2% | 0.28% | - |
| HSV(B) | 159.31º | 0.33% | 0.34% | - |
| XYZ | 6.49 | 8.25 | 8.27 | - |
| YUV | 77.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 77 | 0.33 | 0 | 0.11 | 0.66 | 159.31 | 0.2 | 0.28 |
| Hex | 3A | 57 | 4D | 21 | 0 | B | 42 | 9F | 14 | 1C |
| Octal | 72 | 127 | 115 | 41 | 0 | 13 | 102 | 237 | 24 | 34 |
| Binary | 111010 | 1010111 | 1001101 | 100001 | 0 | 1011 | 1000010 | 10011111 | 10100 | 11100 |
Color Harmonies of #3A574D
Complementary color
Monochromatic Colors of #3A574D
Black with #3A574D
Text Example
Text Example
White with #3A574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A574D; }
p { color: rgb(58,87,77); }
H1.HeaderClassName
{
color: #3A574D;
}
.AnyTagClassName
{
color: #3A574D;
}
</style>
background-color css
<style>
a { background-color: #3A574D; }
a { background-color: rgb(58,87,77); }
div.DivClassName
{
background-color: #3A574D;
}
.BgClassName
{
background-color: #3A574D;
}
</style>
border-color css
<style>
span { border-color: #3A574D; }
span { border-color: rgb(58,87,77); }
td.TdClassName
{
border-color: #3A574D;
}
.TagClassName
{
border-color: #3A574D;
}
</style>