Shades of Spectra #33564C
Tints of Spectra #33564C
RGB
CMYK
RGB Variations
Color information
#33564C (or 0x33564C) is known color: Spectra. HEX triplet: 33, 56 and 4C. RGB value is (51,86,76). Sum of RGB (Red+Green+Blue) = 51+86+76=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #33564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33564C is #CCA9B3. Grayscale: #4A4A4A. Windows color (decimal): -13412788 or 5002803. OLE color: 5002803.
HSL color Cylindrical-coordinate representation of color #33564C: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33564C is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 86 | 76 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.66 |
| HSL | 162.86º | 0.26% | 0.27% | - |
| HSV(B) | 162.86º | 0.41% | 0.34% | - |
| XYZ | 6 | 7.88 | 8.04 | - |
| YUV | 74.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 76 | 0.41 | 0 | 0.12 | 0.66 | 162.86 | 0.26 | 0.27 |
| Hex | 33 | 56 | 4C | 29 | 0 | C | 42 | A3 | 1A | 1B |
| Octal | 63 | 126 | 114 | 51 | 0 | 14 | 102 | 243 | 32 | 33 |
| Binary | 110011 | 1010110 | 1001100 | 101001 | 0 | 1100 | 1000010 | 10100011 | 11010 | 11011 |
Color Harmonies of #33564C
Complementary color
Monochromatic Colors of #33564C
Black with #33564C
Text Example
Text Example
White with #33564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33564C; }
p { color: rgb(51,86,76); }
H1.HeaderClassName
{
color: #33564C;
}
.AnyTagClassName
{
color: #33564C;
}
</style>
background-color css
<style>
a { background-color: #33564C; }
a { background-color: rgb(51,86,76); }
div.DivClassName
{
background-color: #33564C;
}
.BgClassName
{
background-color: #33564C;
}
</style>
border-color css
<style>
span { border-color: #33564C; }
span { border-color: rgb(51,86,76); }
td.TdClassName
{
border-color: #33564C;
}
.TagClassName
{
border-color: #33564C;
}
</style>