Shades of Spectra #37554E
Tints of Spectra #37554E
RGB
CMYK
RGB Variations
Color information
#37554E (or 0x37554E) is known color: Spectra. HEX triplet: 37, 55 and 4E. RGB value is (55,85,78). Sum of RGB (Red+Green+Blue) = 55+85+78=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #37554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37554E is #C8AAB1. Grayscale: #4B4B4B. Windows color (decimal): -13150898 or 5133623. OLE color: 5133623.
HSL color Cylindrical-coordinate representation of color #37554E: hue angle of 166º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37554E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 85 | 78 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.67 |
| HSL | 166º | 0.21% | 0.27% | - |
| HSV(B) | 166º | 0.35% | 0.33% | - |
| XYZ | 6.2 | 7.86 | 8.4 | - |
| YUV | 75.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 78 | 0.35 | 0 | 0.08 | 0.67 | 166 | 0.21 | 0.27 |
| Hex | 37 | 55 | 4E | 23 | 0 | 8 | 43 | A6 | 15 | 1B |
| Octal | 67 | 125 | 116 | 43 | 0 | 10 | 103 | 246 | 25 | 33 |
| Binary | 110111 | 1010101 | 1001110 | 100011 | 0 | 1000 | 1000011 | 10100110 | 10101 | 11011 |
Color Harmonies of #37554E
Complementary color
Monochromatic Colors of #37554E
Black with #37554E
Text Example
Text Example
White with #37554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37554E; }
p { color: rgb(55,85,78); }
H1.HeaderClassName
{
color: #37554E;
}
.AnyTagClassName
{
color: #37554E;
}
</style>
background-color css
<style>
a { background-color: #37554E; }
a { background-color: rgb(55,85,78); }
div.DivClassName
{
background-color: #37554E;
}
.BgClassName
{
background-color: #37554E;
}
</style>
border-color css
<style>
span { border-color: #37554E; }
span { border-color: rgb(55,85,78); }
td.TdClassName
{
border-color: #37554E;
}
.TagClassName
{
border-color: #37554E;
}
</style>