Shades of Spectra #375F56
Tints of Spectra #375F56
RGB
CMYK
RGB Variations
Color information
#375F56 (or 0x375F56) is known color: Spectra. HEX triplet: 37, 5F and 56. RGB value is (55,95,86). Sum of RGB (Red+Green+Blue) = 55+95+86=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #375F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F56 is #C8A0A9. Grayscale: #525252. Windows color (decimal): -13148330 or 5660471. OLE color: 5660471.
HSL color Cylindrical-coordinate representation of color #375F56: hue angle of 166.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 #375F56 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 86 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.63 |
| HSL | 166.5º | 0.27% | 0.29% | - |
| HSV(B) | 166.5º | 0.42% | 0.37% | - |
| XYZ | 7.35 | 9.67 | 10.28 | - |
| YUV | 82.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 86 | 0.42 | 0 | 0.09 | 0.63 | 166.5 | 0.27 | 0.29 |
| Hex | 37 | 5F | 56 | 2A | 0 | 9 | 3F | A6 | 1B | 1D |
| Octal | 67 | 137 | 126 | 52 | 0 | 11 | 77 | 246 | 33 | 35 |
| Binary | 110111 | 1011111 | 1010110 | 101010 | 0 | 1001 | 111111 | 10100110 | 11011 | 11101 |
Color Harmonies of #375F56
Complementary color
Monochromatic Colors of #375F56
Black with #375F56
Text Example
Text Example
White with #375F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F56; }
p { color: rgb(55,95,86); }
H1.HeaderClassName
{
color: #375F56;
}
.AnyTagClassName
{
color: #375F56;
}
</style>
background-color css
<style>
a { background-color: #375F56; }
a { background-color: rgb(55,95,86); }
div.DivClassName
{
background-color: #375F56;
}
.BgClassName
{
background-color: #375F56;
}
</style>
border-color css
<style>
span { border-color: #375F56; }
span { border-color: rgb(55,95,86); }
td.TdClassName
{
border-color: #375F56;
}
.TagClassName
{
border-color: #375F56;
}
</style>