Shades of Spectra #335D52
Tints of Spectra #335D52
RGB
CMYK
RGB Variations
Color information
#335D52 (or 0x335D52) is known color: Spectra. HEX triplet: 33, 5D and 52. RGB value is (51,93,82). Sum of RGB (Red+Green+Blue) = 51+93+82=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #335D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D52 is #CCA2AD. Grayscale: #4F4F4F. Windows color (decimal): -13410990 or 5397811. OLE color: 5397811.
HSL color Cylindrical-coordinate representation of color #335D52: hue angle of 164.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335D52 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 82 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.64 |
| HSL | 164.29º | 0.29% | 0.28% | - |
| HSV(B) | 164.29º | 0.45% | 0.36% | - |
| XYZ | 6.8 | 9.14 | 9.39 | - |
| YUV | 79.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 82 | 0.45 | 0 | 0.12 | 0.64 | 164.29 | 0.29 | 0.28 |
| Hex | 33 | 5D | 52 | 2D | 0 | C | 40 | A4 | 1D | 1C |
| Octal | 63 | 135 | 122 | 55 | 0 | 14 | 100 | 244 | 35 | 34 |
| Binary | 110011 | 1011101 | 1010010 | 101101 | 0 | 1100 | 1000000 | 10100100 | 11101 | 11100 |
Color Harmonies of #335D52
Complementary color
Monochromatic Colors of #335D52
Black with #335D52
Text Example
Text Example
White with #335D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D52; }
p { color: rgb(51,93,82); }
H1.HeaderClassName
{
color: #335D52;
}
.AnyTagClassName
{
color: #335D52;
}
</style>
background-color css
<style>
a { background-color: #335D52; }
a { background-color: rgb(51,93,82); }
div.DivClassName
{
background-color: #335D52;
}
.BgClassName
{
background-color: #335D52;
}
</style>
border-color css
<style>
span { border-color: #335D52; }
span { border-color: rgb(51,93,82); }
td.TdClassName
{
border-color: #335D52;
}
.TagClassName
{
border-color: #335D52;
}
</style>