Shades of Spectra #335E54
Tints of Spectra #335E54
RGB
CMYK
RGB Variations
Color information
#335E54 (or 0x335E54) is known color: Spectra. HEX triplet: 33, 5E and 54. RGB value is (51,94,84). Sum of RGB (Red+Green+Blue) = 51+94+84=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #335E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E54 is #CCA1AB. Grayscale: #4F4F4F. Windows color (decimal): -13410732 or 5529139. OLE color: 5529139.
HSL color Cylindrical-coordinate representation of color #335E54: hue angle of 166.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E54 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 84 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.63 |
| HSL | 166.05º | 0.3% | 0.28% | - |
| HSV(B) | 166.05º | 0.46% | 0.37% | - |
| XYZ | 6.97 | 9.35 | 9.82 | - |
| YUV | 80 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 84 | 0.46 | 0 | 0.11 | 0.63 | 166.05 | 0.3 | 0.28 |
| Hex | 33 | 5E | 54 | 2E | 0 | B | 3F | A6 | 1E | 1C |
| Octal | 63 | 136 | 124 | 56 | 0 | 13 | 77 | 246 | 36 | 34 |
| Binary | 110011 | 1011110 | 1010100 | 101110 | 0 | 1011 | 111111 | 10100110 | 11110 | 11100 |
Color Harmonies of #335E54
Complementary color
Monochromatic Colors of #335E54
Black with #335E54
Text Example
Text Example
White with #335E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E54; }
p { color: rgb(51,94,84); }
H1.HeaderClassName
{
color: #335E54;
}
.AnyTagClassName
{
color: #335E54;
}
</style>
background-color css
<style>
a { background-color: #335E54; }
a { background-color: rgb(51,94,84); }
div.DivClassName
{
background-color: #335E54;
}
.BgClassName
{
background-color: #335E54;
}
</style>
border-color css
<style>
span { border-color: #335E54; }
span { border-color: rgb(51,94,84); }
td.TdClassName
{
border-color: #335E54;
}
.TagClassName
{
border-color: #335E54;
}
</style>