Shades of Spectra #32534A
Tints of Spectra #32534A
RGB
CMYK
RGB Variations
Color information
#32534A (or 0x32534A) is known color: Spectra. HEX triplet: 32, 53 and 4A. RGB value is (50,83,74). Sum of RGB (Red+Green+Blue) = 50+83+74=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #32534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32534A is #CDACB5. Grayscale: #484848. Windows color (decimal): -13479094 or 4870962. OLE color: 4870962.
HSL color Cylindrical-coordinate representation of color #32534A: hue angle of 163.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32534A is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 74 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.67 |
| HSL | 163.64º | 0.25% | 0.26% | - |
| HSV(B) | 163.64º | 0.4% | 0.33% | - |
| XYZ | 5.64 | 7.36 | 7.6 | - |
| YUV | 72.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 74 | 0.40 | 0 | 0.11 | 0.67 | 163.64 | 0.25 | 0.26 |
| Hex | 32 | 53 | 4A | 28 | 0 | B | 43 | A4 | 19 | 1A |
| Octal | 62 | 123 | 112 | 50 | 0 | 13 | 103 | 244 | 31 | 32 |
| Binary | 110010 | 1010011 | 1001010 | 101000 | 0 | 1011 | 1000011 | 10100100 | 11001 | 11010 |
Color Harmonies of #32534A
Complementary color
Monochromatic Colors of #32534A
Black with #32534A
Text Example
Text Example
White with #32534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32534A; }
p { color: rgb(50,83,74); }
H1.HeaderClassName
{
color: #32534A;
}
.AnyTagClassName
{
color: #32534A;
}
</style>
background-color css
<style>
a { background-color: #32534A; }
a { background-color: rgb(50,83,74); }
div.DivClassName
{
background-color: #32534A;
}
.BgClassName
{
background-color: #32534A;
}
</style>
border-color css
<style>
span { border-color: #32534A; }
span { border-color: rgb(50,83,74); }
td.TdClassName
{
border-color: #32534A;
}
.TagClassName
{
border-color: #32534A;
}
</style>