Shades of Matisse #355576
Tints of Matisse #355576
RGB
CMYK
RGB Variations
Color information
#355576 (or 0x355576) is known color: Matisse. HEX triplet: 35, 55 and 76. RGB value is (53,85,118). Sum of RGB (Red+Green+Blue) = 53+85+118=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #355576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355576 is #CAAA89. Grayscale: #4F4F4F. Windows color (decimal): -13281930 or 7755061. OLE color: 7755061.
HSL color Cylindrical-coordinate representation of color #355576: hue angle of 210.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355576 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 85 | 118 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.54 |
| HSL | 210.46º | 0.38% | 0.34% | - |
| HSV(B) | 210.46º | 0.55% | 0.46% | - |
| XYZ | 7.99 | 8.56 | 18.37 | - |
| YUV | 79.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 118 | 0.55 | 0.28 | 0 | 0.54 | 210.46 | 0.38 | 0.34 |
| Hex | 35 | 55 | 76 | 37 | 1C | 0 | 36 | D2 | 26 | 22 |
| Octal | 65 | 125 | 166 | 67 | 34 | 0 | 66 | 322 | 46 | 42 |
| Binary | 110101 | 1010101 | 1110110 | 110111 | 11100 | 0 | 110110 | 11010010 | 100110 | 100010 |
Color Harmonies of #355576
Complementary color
Monochromatic Colors of #355576
Black with #355576
Text Example
Text Example
White with #355576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355576; }
p { color: rgb(53,85,118); }
H1.HeaderClassName
{
color: #355576;
}
.AnyTagClassName
{
color: #355576;
}
</style>
background-color css
<style>
a { background-color: #355576; }
a { background-color: rgb(53,85,118); }
div.DivClassName
{
background-color: #355576;
}
.BgClassName
{
background-color: #355576;
}
</style>
border-color css
<style>
span { border-color: #355576; }
span { border-color: rgb(53,85,118); }
td.TdClassName
{
border-color: #355576;
}
.TagClassName
{
border-color: #355576;
}
</style>