Shades of Spectra #32554B
Tints of Spectra #32554B
RGB
CMYK
RGB Variations
Color information
#32554B (or 0x32554B) is known color: Spectra. HEX triplet: 32, 55 and 4B. RGB value is (50,85,75). Sum of RGB (Red+Green+Blue) = 50+85+75=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #32554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32554B is #CDAAB4. Grayscale: #494949. Windows color (decimal): -13478581 or 4937010. OLE color: 4937010.
HSL color Cylindrical-coordinate representation of color #32554B: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32554B is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 75 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.67 |
| HSL | 162.86º | 0.26% | 0.26% | - |
| HSV(B) | 162.86º | 0.41% | 0.33% | - |
| XYZ | 5.83 | 7.68 | 7.83 | - |
| YUV | 73.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 75 | 0.41 | 0 | 0.12 | 0.67 | 162.86 | 0.26 | 0.26 |
| Hex | 32 | 55 | 4B | 29 | 0 | C | 43 | A3 | 1A | 1A |
| Octal | 62 | 125 | 113 | 51 | 0 | 14 | 103 | 243 | 32 | 32 |
| Binary | 110010 | 1010101 | 1001011 | 101001 | 0 | 1100 | 1000011 | 10100011 | 11010 | 11010 |
Color Harmonies of #32554B
Complementary color
Monochromatic Colors of #32554B
Black with #32554B
Text Example
Text Example
White with #32554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32554B; }
p { color: rgb(50,85,75); }
H1.HeaderClassName
{
color: #32554B;
}
.AnyTagClassName
{
color: #32554B;
}
</style>
background-color css
<style>
a { background-color: #32554B; }
a { background-color: rgb(50,85,75); }
div.DivClassName
{
background-color: #32554B;
}
.BgClassName
{
background-color: #32554B;
}
</style>
border-color css
<style>
span { border-color: #32554B; }
span { border-color: rgb(50,85,75); }
td.TdClassName
{
border-color: #32554B;
}
.TagClassName
{
border-color: #32554B;
}
</style>