Shades of Spectra #356555
Tints of Spectra #356555
RGB
CMYK
RGB Variations
Color information
#356555 (or 0x356555) is known color: Spectra. HEX triplet: 35, 65 and 55. RGB value is (53,101,85). Sum of RGB (Red+Green+Blue) = 53+101+85=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #356555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356555 is #CA9AAA. Grayscale: #545454. Windows color (decimal): -13277867 or 5596469. OLE color: 5596469.
HSL color Cylindrical-coordinate representation of color #356555: hue angle of 160º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356555 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 85 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.60 |
| HSL | 160º | 0.31% | 0.3% | - |
| HSV(B) | 160º | 0.48% | 0.4% | - |
| XYZ | 7.76 | 10.72 | 10.25 | - |
| YUV | 84.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 85 | 0.48 | 0 | 0.16 | 0.60 | 160 | 0.31 | 0.3 |
| Hex | 35 | 65 | 55 | 30 | 0 | 10 | 3C | A0 | 1F | 1E |
| Octal | 65 | 145 | 125 | 60 | 0 | 20 | 74 | 240 | 37 | 36 |
| Binary | 110101 | 1100101 | 1010101 | 110000 | 0 | 10000 | 111100 | 10100000 | 11111 | 11110 |
Color Harmonies of #356555
Complementary color
Monochromatic Colors of #356555
Black with #356555
Text Example
Text Example
White with #356555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356555; }
p { color: rgb(53,101,85); }
H1.HeaderClassName
{
color: #356555;
}
.AnyTagClassName
{
color: #356555;
}
</style>
background-color css
<style>
a { background-color: #356555; }
a { background-color: rgb(53,101,85); }
div.DivClassName
{
background-color: #356555;
}
.BgClassName
{
background-color: #356555;
}
</style>
border-color css
<style>
span { border-color: #356555; }
span { border-color: rgb(53,101,85); }
td.TdClassName
{
border-color: #356555;
}
.TagClassName
{
border-color: #356555;
}
</style>