Shades of Spectra #33554B
Tints of Spectra #33554B
RGB
CMYK
RGB Variations
Color information
#33554B (or 0x33554B) is known color: Spectra. HEX triplet: 33, 55 and 4B. RGB value is (51,85,75). Sum of RGB (Red+Green+Blue) = 51+85+75=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #33554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33554B is #CCAAB4. Grayscale: #494949. Windows color (decimal): -13413045 or 4937011. OLE color: 4937011.
HSL color Cylindrical-coordinate representation of color #33554B: hue angle of 162.35º 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 #33554B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 75 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.67 |
| HSL | 162.35º | 0.25% | 0.27% | - |
| HSV(B) | 162.35º | 0.4% | 0.33% | - |
| XYZ | 5.88 | 7.71 | 7.83 | - |
| YUV | 73.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 75 | 0.40 | 0 | 0.12 | 0.67 | 162.35 | 0.25 | 0.27 |
| Hex | 33 | 55 | 4B | 28 | 0 | C | 43 | A2 | 19 | 1B |
| Octal | 63 | 125 | 113 | 50 | 0 | 14 | 103 | 242 | 31 | 33 |
| Binary | 110011 | 1010101 | 1001011 | 101000 | 0 | 1100 | 1000011 | 10100010 | 11001 | 11011 |
Color Harmonies of #33554B
Complementary color
Monochromatic Colors of #33554B
Black with #33554B
Text Example
Text Example
White with #33554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33554B; }
p { color: rgb(51,85,75); }
H1.HeaderClassName
{
color: #33554B;
}
.AnyTagClassName
{
color: #33554B;
}
</style>
background-color css
<style>
a { background-color: #33554B; }
a { background-color: rgb(51,85,75); }
div.DivClassName
{
background-color: #33554B;
}
.BgClassName
{
background-color: #33554B;
}
</style>
border-color css
<style>
span { border-color: #33554B; }
span { border-color: rgb(51,85,75); }
td.TdClassName
{
border-color: #33554B;
}
.TagClassName
{
border-color: #33554B;
}
</style>