Shades of Spectra #3A5A53
Tints of Spectra #3A5A53
RGB
CMYK
RGB Variations
Color information
#3A5A53 (or 0x3A5A53) is known color: Spectra. HEX triplet: 3A, 5A and 53. RGB value is (58,90,83). Sum of RGB (Red+Green+Blue) = 58+90+83=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A53 is #C5A5AC. Grayscale: #4F4F4F. Windows color (decimal): -12953005 or 5462586. OLE color: 5462586.
HSL color Cylindrical-coordinate representation of color #3A5A53: hue angle of 166.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A53 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 83 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.65 |
| HSL | 166.88º | 0.22% | 0.29% | - |
| HSV(B) | 166.88º | 0.36% | 0.35% | - |
| XYZ | 6.96 | 8.84 | 9.52 | - |
| YUV | 79.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 83 | 0.36 | 0 | 0.08 | 0.65 | 166.88 | 0.22 | 0.29 |
| Hex | 3A | 5A | 53 | 24 | 0 | 8 | 41 | A7 | 16 | 1D |
| Octal | 72 | 132 | 123 | 44 | 0 | 10 | 101 | 247 | 26 | 35 |
| Binary | 111010 | 1011010 | 1010011 | 100100 | 0 | 1000 | 1000001 | 10100111 | 10110 | 11101 |
Color Harmonies of #3A5A53
Complementary color
Monochromatic Colors of #3A5A53
Black with #3A5A53
Text Example
Text Example
White with #3A5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A53; }
p { color: rgb(58,90,83); }
H1.HeaderClassName
{
color: #3A5A53;
}
.AnyTagClassName
{
color: #3A5A53;
}
</style>
background-color css
<style>
a { background-color: #3A5A53; }
a { background-color: rgb(58,90,83); }
div.DivClassName
{
background-color: #3A5A53;
}
.BgClassName
{
background-color: #3A5A53;
}
</style>
border-color css
<style>
span { border-color: #3A5A53; }
span { border-color: rgb(58,90,83); }
td.TdClassName
{
border-color: #3A5A53;
}
.TagClassName
{
border-color: #3A5A53;
}
</style>