Shades of Spectra #35594C
Tints of Spectra #35594C
RGB
CMYK
RGB Variations
Color information
#35594C (or 0x35594C) is known color: Spectra. HEX triplet: 35, 59 and 4C. RGB value is (53,89,76). Sum of RGB (Red+Green+Blue) = 53+89+76=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #35594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35594C is #CAA6B3. Grayscale: #4C4C4C. Windows color (decimal): -13280948 or 5003573. OLE color: 5003573.
HSL color Cylindrical-coordinate representation of color #35594C: hue angle of 158.33º 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 #35594C is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 76 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.65 |
| HSL | 158.33º | 0.25% | 0.28% | - |
| HSV(B) | 158.33º | 0.4% | 0.35% | - |
| XYZ | 6.35 | 8.42 | 8.13 | - |
| YUV | 76.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 76 | 0.40 | 0 | 0.15 | 0.65 | 158.33 | 0.25 | 0.28 |
| Hex | 35 | 59 | 4C | 28 | 0 | F | 41 | 9E | 19 | 1C |
| Octal | 65 | 131 | 114 | 50 | 0 | 17 | 101 | 236 | 31 | 34 |
| Binary | 110101 | 1011001 | 1001100 | 101000 | 0 | 1111 | 1000001 | 10011110 | 11001 | 11100 |
Color Harmonies of #35594C
Complementary color
Monochromatic Colors of #35594C
Black with #35594C
Text Example
Text Example
White with #35594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35594C; }
p { color: rgb(53,89,76); }
H1.HeaderClassName
{
color: #35594C;
}
.AnyTagClassName
{
color: #35594C;
}
</style>
background-color css
<style>
a { background-color: #35594C; }
a { background-color: rgb(53,89,76); }
div.DivClassName
{
background-color: #35594C;
}
.BgClassName
{
background-color: #35594C;
}
</style>
border-color css
<style>
span { border-color: #35594C; }
span { border-color: rgb(53,89,76); }
td.TdClassName
{
border-color: #35594C;
}
.TagClassName
{
border-color: #35594C;
}
</style>