Shades of Spectra #356253
Tints of Spectra #356253
RGB
CMYK
RGB Variations
Color information
#356253 (or 0x356253) is known color: Spectra. HEX triplet: 35, 62 and 53. RGB value is (53,98,83). Sum of RGB (Red+Green+Blue) = 53+98+83=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #356253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356253 is #CA9DAC. Grayscale: #525252. Windows color (decimal): -13278637 or 5464629. OLE color: 5464629.
HSL color Cylindrical-coordinate representation of color #356253: hue angle of 160º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356253 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 83 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.62 |
| HSL | 160º | 0.3% | 0.3% | - |
| HSV(B) | 160º | 0.46% | 0.38% | - |
| XYZ | 7.4 | 10.12 | 9.75 | - |
| YUV | 82.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 83 | 0.46 | 0 | 0.15 | 0.62 | 160 | 0.3 | 0.3 |
| Hex | 35 | 62 | 53 | 2E | 0 | F | 3E | A0 | 1E | 1E |
| Octal | 65 | 142 | 123 | 56 | 0 | 17 | 76 | 240 | 36 | 36 |
| Binary | 110101 | 1100010 | 1010011 | 101110 | 0 | 1111 | 111110 | 10100000 | 11110 | 11110 |
Color Harmonies of #356253
Complementary color
Monochromatic Colors of #356253
Black with #356253
Text Example
Text Example
White with #356253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356253; }
p { color: rgb(53,98,83); }
H1.HeaderClassName
{
color: #356253;
}
.AnyTagClassName
{
color: #356253;
}
</style>
background-color css
<style>
a { background-color: #356253; }
a { background-color: rgb(53,98,83); }
div.DivClassName
{
background-color: #356253;
}
.BgClassName
{
background-color: #356253;
}
</style>
border-color css
<style>
span { border-color: #356253; }
span { border-color: rgb(53,98,83); }
td.TdClassName
{
border-color: #356253;
}
.TagClassName
{
border-color: #356253;
}
</style>