Shades of Spectra #37564F
Tints of Spectra #37564F
RGB
CMYK
RGB Variations
Color information
#37564F (or 0x37564F) is known color: Spectra. HEX triplet: 37, 56 and 4F. RGB value is (55,86,79). Sum of RGB (Red+Green+Blue) = 55+86+79=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #37564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37564F is #C8A9B0. Grayscale: #4B4B4B. Windows color (decimal): -13150641 or 5199415. OLE color: 5199415.
HSL color Cylindrical-coordinate representation of color #37564F: hue angle of 166.45º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37564F is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 86 | 79 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.66 |
| HSL | 166.45º | 0.22% | 0.28% | - |
| HSV(B) | 166.45º | 0.36% | 0.34% | - |
| XYZ | 6.31 | 8.03 | 8.61 | - |
| YUV | 75.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 79 | 0.36 | 0 | 0.08 | 0.66 | 166.45 | 0.22 | 0.28 |
| Hex | 37 | 56 | 4F | 24 | 0 | 8 | 42 | A6 | 16 | 1C |
| Octal | 67 | 126 | 117 | 44 | 0 | 10 | 102 | 246 | 26 | 34 |
| Binary | 110111 | 1010110 | 1001111 | 100100 | 0 | 1000 | 1000010 | 10100110 | 10110 | 11100 |
Color Harmonies of #37564F
Complementary color
Monochromatic Colors of #37564F
Black with #37564F
Text Example
Text Example
White with #37564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37564F; }
p { color: rgb(55,86,79); }
H1.HeaderClassName
{
color: #37564F;
}
.AnyTagClassName
{
color: #37564F;
}
</style>
background-color css
<style>
a { background-color: #37564F; }
a { background-color: rgb(55,86,79); }
div.DivClassName
{
background-color: #37564F;
}
.BgClassName
{
background-color: #37564F;
}
</style>
border-color css
<style>
span { border-color: #37564F; }
span { border-color: rgb(55,86,79); }
td.TdClassName
{
border-color: #37564F;
}
.TagClassName
{
border-color: #37564F;
}
</style>