Shades of Spectra #33594B
Tints of Spectra #33594B
RGB
CMYK
RGB Variations
Color information
#33594B (or 0x33594B) is known color: Spectra. HEX triplet: 33, 59 and 4B. RGB value is (51,89,75). Sum of RGB (Red+Green+Blue) = 51+89+75=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #33594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33594B is #CCA6B4. Grayscale: #4C4C4C. Windows color (decimal): -13412021 or 4938035. OLE color: 4938035.
HSL color Cylindrical-coordinate representation of color #33594B: hue angle of 157.89º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33594B is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 75 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.65 |
| HSL | 157.89º | 0.27% | 0.27% | - |
| HSV(B) | 157.89º | 0.43% | 0.35% | - |
| XYZ | 6.21 | 8.36 | 7.94 | - |
| YUV | 76.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 75 | 0.43 | 0 | 0.16 | 0.65 | 157.89 | 0.27 | 0.27 |
| Hex | 33 | 59 | 4B | 2B | 0 | 10 | 41 | 9E | 1B | 1B |
| Octal | 63 | 131 | 113 | 53 | 0 | 20 | 101 | 236 | 33 | 33 |
| Binary | 110011 | 1011001 | 1001011 | 101011 | 0 | 10000 | 1000001 | 10011110 | 11011 | 11011 |
Color Harmonies of #33594B
Complementary color
Monochromatic Colors of #33594B
Black with #33594B
Text Example
Text Example
White with #33594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33594B; }
p { color: rgb(51,89,75); }
H1.HeaderClassName
{
color: #33594B;
}
.AnyTagClassName
{
color: #33594B;
}
</style>
background-color css
<style>
a { background-color: #33594B; }
a { background-color: rgb(51,89,75); }
div.DivClassName
{
background-color: #33594B;
}
.BgClassName
{
background-color: #33594B;
}
</style>
border-color css
<style>
span { border-color: #33594B; }
span { border-color: rgb(51,89,75); }
td.TdClassName
{
border-color: #33594B;
}
.TagClassName
{
border-color: #33594B;
}
</style>