Shades of Spectra #375D54
Tints of Spectra #375D54
RGB
CMYK
RGB Variations
Color information
#375D54 (or 0x375D54) is known color: Spectra. HEX triplet: 37, 5D and 54. RGB value is (55,93,84). Sum of RGB (Red+Green+Blue) = 55+93+84=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #375D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D54 is #C8A2AB. Grayscale: #505050. Windows color (decimal): -13148844 or 5528887. OLE color: 5528887.
HSL color Cylindrical-coordinate representation of color #375D54: hue angle of 165.79º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D54 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 84 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.64 |
| HSL | 165.79º | 0.26% | 0.29% | - |
| HSV(B) | 165.79º | 0.41% | 0.36% | - |
| XYZ | 7.09 | 9.28 | 9.81 | - |
| YUV | 80.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 84 | 0.41 | 0 | 0.10 | 0.64 | 165.79 | 0.26 | 0.29 |
| Hex | 37 | 5D | 54 | 29 | 0 | A | 40 | A6 | 1A | 1D |
| Octal | 67 | 135 | 124 | 51 | 0 | 12 | 100 | 246 | 32 | 35 |
| Binary | 110111 | 1011101 | 1010100 | 101001 | 0 | 1010 | 1000000 | 10100110 | 11010 | 11101 |
Color Harmonies of #375D54
Complementary color
Monochromatic Colors of #375D54
Black with #375D54
Text Example
Text Example
White with #375D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D54; }
p { color: rgb(55,93,84); }
H1.HeaderClassName
{
color: #375D54;
}
.AnyTagClassName
{
color: #375D54;
}
</style>
background-color css
<style>
a { background-color: #375D54; }
a { background-color: rgb(55,93,84); }
div.DivClassName
{
background-color: #375D54;
}
.BgClassName
{
background-color: #375D54;
}
</style>
border-color css
<style>
span { border-color: #375D54; }
span { border-color: rgb(55,93,84); }
td.TdClassName
{
border-color: #375D54;
}
.TagClassName
{
border-color: #375D54;
}
</style>