Shades of Spectra #355951
Tints of Spectra #355951
RGB
CMYK
RGB Variations
Color information
#355951 (or 0x355951) is known color: Spectra. HEX triplet: 35, 59 and 51. RGB value is (53,89,81). Sum of RGB (Red+Green+Blue) = 53+89+81=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #355951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355951 is #CAA6AE. Grayscale: #4D4D4D. Windows color (decimal): -13280943 or 5331253. OLE color: 5331253.
HSL color Cylindrical-coordinate representation of color #355951: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355951 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 81 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.65 |
| HSL | 166.67º | 0.25% | 0.28% | - |
| HSV(B) | 166.67º | 0.4% | 0.35% | - |
| XYZ | 6.53 | 8.5 | 9.08 | - |
| YUV | 77.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 81 | 0.40 | 0 | 0.09 | 0.65 | 166.67 | 0.25 | 0.28 |
| Hex | 35 | 59 | 51 | 28 | 0 | 9 | 41 | A7 | 19 | 1C |
| Octal | 65 | 131 | 121 | 50 | 0 | 11 | 101 | 247 | 31 | 34 |
| Binary | 110101 | 1011001 | 1010001 | 101000 | 0 | 1001 | 1000001 | 10100111 | 11001 | 11100 |
Color Harmonies of #355951
Complementary color
Monochromatic Colors of #355951
Black with #355951
Text Example
Text Example
White with #355951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355951; }
p { color: rgb(53,89,81); }
H1.HeaderClassName
{
color: #355951;
}
.AnyTagClassName
{
color: #355951;
}
</style>
background-color css
<style>
a { background-color: #355951; }
a { background-color: rgb(53,89,81); }
div.DivClassName
{
background-color: #355951;
}
.BgClassName
{
background-color: #355951;
}
</style>
border-color css
<style>
span { border-color: #355951; }
span { border-color: rgb(53,89,81); }
td.TdClassName
{
border-color: #355951;
}
.TagClassName
{
border-color: #355951;
}
</style>