Shades of Spectra #33554C
Tints of Spectra #33554C
RGB
CMYK
RGB Variations
Color information
#33554C (or 0x33554C) is known color: Spectra. HEX triplet: 33, 55 and 4C. RGB value is (51,85,76). Sum of RGB (Red+Green+Blue) = 51+85+76=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #33554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33554C is #CCAAB3. Grayscale: #494949. Windows color (decimal): -13413044 or 5002547. OLE color: 5002547.
HSL color Cylindrical-coordinate representation of color #33554C: hue angle of 164.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33554C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 76 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.67 |
| HSL | 164.12º | 0.25% | 0.27% | - |
| HSV(B) | 164.12º | 0.4% | 0.33% | - |
| XYZ | 5.92 | 7.72 | 8.02 | - |
| YUV | 73.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 76 | 0.40 | 0 | 0.11 | 0.67 | 164.12 | 0.25 | 0.27 |
| Hex | 33 | 55 | 4C | 28 | 0 | B | 43 | A4 | 19 | 1B |
| Octal | 63 | 125 | 114 | 50 | 0 | 13 | 103 | 244 | 31 | 33 |
| Binary | 110011 | 1010101 | 1001100 | 101000 | 0 | 1011 | 1000011 | 10100100 | 11001 | 11011 |
Color Harmonies of #33554C
Complementary color
Monochromatic Colors of #33554C
Black with #33554C
Text Example
Text Example
White with #33554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33554C; }
p { color: rgb(51,85,76); }
H1.HeaderClassName
{
color: #33554C;
}
.AnyTagClassName
{
color: #33554C;
}
</style>
background-color css
<style>
a { background-color: #33554C; }
a { background-color: rgb(51,85,76); }
div.DivClassName
{
background-color: #33554C;
}
.BgClassName
{
background-color: #33554C;
}
</style>
border-color css
<style>
span { border-color: #33554C; }
span { border-color: rgb(51,85,76); }
td.TdClassName
{
border-color: #33554C;
}
.TagClassName
{
border-color: #33554C;
}
</style>