Shades of Spectra #375F50
Tints of Spectra #375F50
RGB
CMYK
RGB Variations
Color information
#375F50 (or 0x375F50) is known color: Spectra. HEX triplet: 37, 5F and 50. RGB value is (55,95,80). Sum of RGB (Red+Green+Blue) = 55+95+80=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #375F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F50 is #C8A0AF. Grayscale: #515151. Windows color (decimal): -13148336 or 5267255. OLE color: 5267255.
HSL color Cylindrical-coordinate representation of color #375F50: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F50 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 80 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.63 |
| HSL | 157.5º | 0.27% | 0.29% | - |
| HSV(B) | 157.5º | 0.42% | 0.37% | - |
| XYZ | 7.12 | 9.58 | 9.06 | - |
| YUV | 81.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 80 | 0.42 | 0 | 0.16 | 0.63 | 157.5 | 0.27 | 0.29 |
| Hex | 37 | 5F | 50 | 2A | 0 | 10 | 3F | 9E | 1B | 1D |
| Octal | 67 | 137 | 120 | 52 | 0 | 20 | 77 | 236 | 33 | 35 |
| Binary | 110111 | 1011111 | 1010000 | 101010 | 0 | 10000 | 111111 | 10011110 | 11011 | 11101 |
Color Harmonies of #375F50
Complementary color
Monochromatic Colors of #375F50
Black with #375F50
Text Example
Text Example
White with #375F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F50; }
p { color: rgb(55,95,80); }
H1.HeaderClassName
{
color: #375F50;
}
.AnyTagClassName
{
color: #375F50;
}
</style>
background-color css
<style>
a { background-color: #375F50; }
a { background-color: rgb(55,95,80); }
div.DivClassName
{
background-color: #375F50;
}
.BgClassName
{
background-color: #375F50;
}
</style>
border-color css
<style>
span { border-color: #375F50; }
span { border-color: rgb(55,95,80); }
td.TdClassName
{
border-color: #375F50;
}
.TagClassName
{
border-color: #375F50;
}
</style>