Shades of Spectra #37554C
Tints of Spectra #37554C
RGB
CMYK
RGB Variations
Color information
#37554C (or 0x37554C) is known color: Spectra. HEX triplet: 37, 55 and 4C. RGB value is (55,85,76). Sum of RGB (Red+Green+Blue) = 55+85+76=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #37554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37554C is #C8AAB3. Grayscale: #4B4B4B. Windows color (decimal): -13150900 or 5002551. OLE color: 5002551.
HSL color Cylindrical-coordinate representation of color #37554C: hue angle of 162º 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 #37554C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 85 | 76 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.67 |
| HSL | 162º | 0.21% | 0.27% | - |
| HSV(B) | 162º | 0.35% | 0.33% | - |
| XYZ | 6.13 | 7.83 | 8.03 | - |
| YUV | 75 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 76 | 0.35 | 0 | 0.11 | 0.67 | 162 | 0.21 | 0.27 |
| Hex | 37 | 55 | 4C | 23 | 0 | B | 43 | A2 | 15 | 1B |
| Octal | 67 | 125 | 114 | 43 | 0 | 13 | 103 | 242 | 25 | 33 |
| Binary | 110111 | 1010101 | 1001100 | 100011 | 0 | 1011 | 1000011 | 10100010 | 10101 | 11011 |
Color Harmonies of #37554C
Complementary color
Monochromatic Colors of #37554C
Black with #37554C
Text Example
Text Example
White with #37554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37554C; }
p { color: rgb(55,85,76); }
H1.HeaderClassName
{
color: #37554C;
}
.AnyTagClassName
{
color: #37554C;
}
</style>
background-color css
<style>
a { background-color: #37554C; }
a { background-color: rgb(55,85,76); }
div.DivClassName
{
background-color: #37554C;
}
.BgClassName
{
background-color: #37554C;
}
</style>
border-color css
<style>
span { border-color: #37554C; }
span { border-color: rgb(55,85,76); }
td.TdClassName
{
border-color: #37554C;
}
.TagClassName
{
border-color: #37554C;
}
</style>