Shades of Spectra #355850
Tints of Spectra #355850
RGB
CMYK
RGB Variations
Color information
#355850 (or 0x355850) is known color: Spectra. HEX triplet: 35, 58 and 50. RGB value is (53,88,80). Sum of RGB (Red+Green+Blue) = 53+88+80=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #355850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355850 is #CAA7AF. Grayscale: #4C4C4C. Windows color (decimal): -13281200 or 5265461. OLE color: 5265461.
HSL color Cylindrical-coordinate representation of color #355850: hue angle of 166.29º 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 #355850 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 80 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.65 |
| HSL | 166.29º | 0.25% | 0.28% | - |
| HSV(B) | 166.29º | 0.4% | 0.35% | - |
| XYZ | 6.41 | 8.32 | 8.86 | - |
| YUV | 76.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 80 | 0.40 | 0 | 0.09 | 0.65 | 166.29 | 0.25 | 0.28 |
| Hex | 35 | 58 | 50 | 28 | 0 | 9 | 41 | A6 | 19 | 1C |
| Octal | 65 | 130 | 120 | 50 | 0 | 11 | 101 | 246 | 31 | 34 |
| Binary | 110101 | 1011000 | 1010000 | 101000 | 0 | 1001 | 1000001 | 10100110 | 11001 | 11100 |
Color Harmonies of #355850
Complementary color
Monochromatic Colors of #355850
Black with #355850
Text Example
Text Example
White with #355850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355850; }
p { color: rgb(53,88,80); }
H1.HeaderClassName
{
color: #355850;
}
.AnyTagClassName
{
color: #355850;
}
</style>
background-color css
<style>
a { background-color: #355850; }
a { background-color: rgb(53,88,80); }
div.DivClassName
{
background-color: #355850;
}
.BgClassName
{
background-color: #355850;
}
</style>
border-color css
<style>
span { border-color: #355850; }
span { border-color: rgb(53,88,80); }
td.TdClassName
{
border-color: #355850;
}
.TagClassName
{
border-color: #355850;
}
</style>