Shades of Spectra #33574B
Tints of Spectra #33574B
RGB
CMYK
RGB Variations
Color information
#33574B (or 0x33574B) is known color: Spectra. HEX triplet: 33, 57 and 4B. RGB value is (51,87,75). Sum of RGB (Red+Green+Blue) = 51+87+75=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #33574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33574B is #CCA8B4. Grayscale: #4A4A4A. Windows color (decimal): -13412533 or 4937523. OLE color: 4937523.
HSL color Cylindrical-coordinate representation of color #33574B: hue angle of 160º 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 #33574B is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 87 | 75 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.66 |
| HSL | 160º | 0.26% | 0.27% | - |
| HSV(B) | 160º | 0.41% | 0.34% | - |
| XYZ | 6.04 | 8.03 | 7.89 | - |
| YUV | 74.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 75 | 0.41 | 0 | 0.14 | 0.66 | 160 | 0.26 | 0.27 |
| Hex | 33 | 57 | 4B | 29 | 0 | E | 42 | A0 | 1A | 1B |
| Octal | 63 | 127 | 113 | 51 | 0 | 16 | 102 | 240 | 32 | 33 |
| Binary | 110011 | 1010111 | 1001011 | 101001 | 0 | 1110 | 1000010 | 10100000 | 11010 | 11011 |
Color Harmonies of #33574B
Complementary color
Monochromatic Colors of #33574B
Black with #33574B
Text Example
Text Example
White with #33574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33574B; }
p { color: rgb(51,87,75); }
H1.HeaderClassName
{
color: #33574B;
}
.AnyTagClassName
{
color: #33574B;
}
</style>
background-color css
<style>
a { background-color: #33574B; }
a { background-color: rgb(51,87,75); }
div.DivClassName
{
background-color: #33574B;
}
.BgClassName
{
background-color: #33574B;
}
</style>
border-color css
<style>
span { border-color: #33574B; }
span { border-color: rgb(51,87,75); }
td.TdClassName
{
border-color: #33574B;
}
.TagClassName
{
border-color: #33574B;
}
</style>