Shades of Spectra #35594E
Tints of Spectra #35594E
RGB
CMYK
RGB Variations
Color information
#35594E (or 0x35594E) is known color: Spectra. HEX triplet: 35, 59 and 4E. RGB value is (53,89,78). Sum of RGB (Red+Green+Blue) = 53+89+78=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #35594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594E is #CAA6B1. Grayscale: #4C4C4C. Windows color (decimal): -13280946 or 5134645. OLE color: 5134645.
HSL color Cylindrical-coordinate representation of color #35594E: hue angle of 161.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 #35594E is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 78 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.65 |
| HSL | 161.67º | 0.25% | 0.28% | - |
| HSV(B) | 161.67º | 0.4% | 0.35% | - |
| XYZ | 6.42 | 8.45 | 8.5 | - |
| YUV | 76.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 78 | 0.40 | 0 | 0.12 | 0.65 | 161.67 | 0.25 | 0.28 |
| Hex | 35 | 59 | 4E | 28 | 0 | C | 41 | A2 | 19 | 1C |
| Octal | 65 | 131 | 116 | 50 | 0 | 14 | 101 | 242 | 31 | 34 |
| Binary | 110101 | 1011001 | 1001110 | 101000 | 0 | 1100 | 1000001 | 10100010 | 11001 | 11100 |
Color Harmonies of #35594E
Complementary color
Monochromatic Colors of #35594E
Black with #35594E
Text Example
Text Example
White with #35594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35594E; }
p { color: rgb(53,89,78); }
H1.HeaderClassName
{
color: #35594E;
}
.AnyTagClassName
{
color: #35594E;
}
</style>
background-color css
<style>
a { background-color: #35594E; }
a { background-color: rgb(53,89,78); }
div.DivClassName
{
background-color: #35594E;
}
.BgClassName
{
background-color: #35594E;
}
</style>
border-color css
<style>
span { border-color: #35594E; }
span { border-color: rgb(53,89,78); }
td.TdClassName
{
border-color: #35594E;
}
.TagClassName
{
border-color: #35594E;
}
</style>