Shades of Spectra #37564C
Tints of Spectra #37564C
RGB
CMYK
RGB Variations
Color information
#37564C (or 0x37564C) is known color: Spectra. HEX triplet: 37, 56 and 4C. RGB value is (55,86,76). Sum of RGB (Red+Green+Blue) = 55+86+76=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #37564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37564C is #C8A9B3. Grayscale: #4B4B4B. Windows color (decimal): -13150644 or 5002807. OLE color: 5002807.
HSL color Cylindrical-coordinate representation of color #37564C: hue angle of 160.65º 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 #37564C is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 86 | 76 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.66 |
| HSL | 160.65º | 0.22% | 0.28% | - |
| HSV(B) | 160.65º | 0.36% | 0.34% | - |
| XYZ | 6.21 | 7.99 | 8.05 | - |
| YUV | 75.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 76 | 0.36 | 0 | 0.12 | 0.66 | 160.65 | 0.22 | 0.28 |
| Hex | 37 | 56 | 4C | 24 | 0 | C | 42 | A1 | 16 | 1C |
| Octal | 67 | 126 | 114 | 44 | 0 | 14 | 102 | 241 | 26 | 34 |
| Binary | 110111 | 1010110 | 1001100 | 100100 | 0 | 1100 | 1000010 | 10100001 | 10110 | 11100 |
Color Harmonies of #37564C
Complementary color
Monochromatic Colors of #37564C
Black with #37564C
Text Example
Text Example
White with #37564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37564C; }
p { color: rgb(55,86,76); }
H1.HeaderClassName
{
color: #37564C;
}
.AnyTagClassName
{
color: #37564C;
}
</style>
background-color css
<style>
a { background-color: #37564C; }
a { background-color: rgb(55,86,76); }
div.DivClassName
{
background-color: #37564C;
}
.BgClassName
{
background-color: #37564C;
}
</style>
border-color css
<style>
span { border-color: #37564C; }
span { border-color: rgb(55,86,76); }
td.TdClassName
{
border-color: #37564C;
}
.TagClassName
{
border-color: #37564C;
}
</style>