Shades of Spectra #375C50
Tints of Spectra #375C50
RGB
CMYK
RGB Variations
Color information
#375C50 (or 0x375C50) is known color: Spectra. HEX triplet: 37, 5C and 50. RGB value is (55,92,80). Sum of RGB (Red+Green+Blue) = 55+92+80=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #375C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C50 is #C8A3AF. Grayscale: #4F4F4F. Windows color (decimal): -13149104 or 5266487. OLE color: 5266487.
HSL color Cylindrical-coordinate representation of color #375C50: hue angle of 160.54º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C50 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 80 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.64 |
| HSL | 160.54º | 0.25% | 0.29% | - |
| HSV(B) | 160.54º | 0.4% | 0.36% | - |
| XYZ | 6.85 | 9.05 | 8.97 | - |
| YUV | 79.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 80 | 0.40 | 0 | 0.13 | 0.64 | 160.54 | 0.25 | 0.29 |
| Hex | 37 | 5C | 50 | 28 | 0 | D | 40 | A1 | 19 | 1D |
| Octal | 67 | 134 | 120 | 50 | 0 | 15 | 100 | 241 | 31 | 35 |
| Binary | 110111 | 1011100 | 1010000 | 101000 | 0 | 1101 | 1000000 | 10100001 | 11001 | 11101 |
Color Harmonies of #375C50
Complementary color
Monochromatic Colors of #375C50
Black with #375C50
Text Example
Text Example
White with #375C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C50; }
p { color: rgb(55,92,80); }
H1.HeaderClassName
{
color: #375C50;
}
.AnyTagClassName
{
color: #375C50;
}
</style>
background-color css
<style>
a { background-color: #375C50; }
a { background-color: rgb(55,92,80); }
div.DivClassName
{
background-color: #375C50;
}
.BgClassName
{
background-color: #375C50;
}
</style>
border-color css
<style>
span { border-color: #375C50; }
span { border-color: rgb(55,92,80); }
td.TdClassName
{
border-color: #375C50;
}
.TagClassName
{
border-color: #375C50;
}
</style>