Shades of Spectra #33544B
Tints of Spectra #33544B
RGB
CMYK
RGB Variations
Color information
#33544B (or 0x33544B) is known color: Spectra. HEX triplet: 33, 54 and 4B. RGB value is (51,84,75). Sum of RGB (Red+Green+Blue) = 51+84+75=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #33544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33544B is #CCABB4. Grayscale: #494949. Windows color (decimal): -13413301 or 4936755. OLE color: 4936755.
HSL color Cylindrical-coordinate representation of color #33544B: hue angle of 163.64º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33544B is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 75 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.67 |
| HSL | 163.64º | 0.24% | 0.26% | - |
| HSV(B) | 163.64º | 0.39% | 0.33% | - |
| XYZ | 5.81 | 7.55 | 7.81 | - |
| YUV | 73.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 75 | 0.39 | 0 | 0.11 | 0.67 | 163.64 | 0.24 | 0.26 |
| Hex | 33 | 54 | 4B | 27 | 0 | B | 43 | A4 | 18 | 1A |
| Octal | 63 | 124 | 113 | 47 | 0 | 13 | 103 | 244 | 30 | 32 |
| Binary | 110011 | 1010100 | 1001011 | 100111 | 0 | 1011 | 1000011 | 10100100 | 11000 | 11010 |
Color Harmonies of #33544B
Complementary color
Monochromatic Colors of #33544B
Black with #33544B
Text Example
Text Example
White with #33544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33544B; }
p { color: rgb(51,84,75); }
H1.HeaderClassName
{
color: #33544B;
}
.AnyTagClassName
{
color: #33544B;
}
</style>
background-color css
<style>
a { background-color: #33544B; }
a { background-color: rgb(51,84,75); }
div.DivClassName
{
background-color: #33544B;
}
.BgClassName
{
background-color: #33544B;
}
</style>
border-color css
<style>
span { border-color: #33544B; }
span { border-color: rgb(51,84,75); }
td.TdClassName
{
border-color: #33544B;
}
.TagClassName
{
border-color: #33544B;
}
</style>