Shades of Spectra #375C51
Tints of Spectra #375C51
RGB
CMYK
RGB Variations
Color information
#375C51 (or 0x375C51) is known color: Spectra. HEX triplet: 37, 5C and 51. RGB value is (55,92,81). Sum of RGB (Red+Green+Blue) = 55+92+81=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #375C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C51 is #C8A3AE. Grayscale: #4F4F4F. Windows color (decimal): -13149103 or 5332023. OLE color: 5332023.
HSL color Cylindrical-coordinate representation of color #375C51: hue angle of 162.16º 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 #375C51 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 81 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.64 |
| HSL | 162.16º | 0.25% | 0.29% | - |
| HSV(B) | 162.16º | 0.4% | 0.36% | - |
| XYZ | 6.89 | 9.06 | 9.17 | - |
| YUV | 79.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 81 | 0.40 | 0 | 0.12 | 0.64 | 162.16 | 0.25 | 0.29 |
| Hex | 37 | 5C | 51 | 28 | 0 | C | 40 | A2 | 19 | 1D |
| Octal | 67 | 134 | 121 | 50 | 0 | 14 | 100 | 242 | 31 | 35 |
| Binary | 110111 | 1011100 | 1010001 | 101000 | 0 | 1100 | 1000000 | 10100010 | 11001 | 11101 |
Color Harmonies of #375C51
Complementary color
Monochromatic Colors of #375C51
Black with #375C51
Text Example
Text Example
White with #375C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C51; }
p { color: rgb(55,92,81); }
H1.HeaderClassName
{
color: #375C51;
}
.AnyTagClassName
{
color: #375C51;
}
</style>
background-color css
<style>
a { background-color: #375C51; }
a { background-color: rgb(55,92,81); }
div.DivClassName
{
background-color: #375C51;
}
.BgClassName
{
background-color: #375C51;
}
</style>
border-color css
<style>
span { border-color: #375C51; }
span { border-color: rgb(55,92,81); }
td.TdClassName
{
border-color: #375C51;
}
.TagClassName
{
border-color: #375C51;
}
</style>