Shades of Matisse #355A80
Tints of Matisse #355A80
RGB
CMYK
RGB Variations
Color information
#355A80 (or 0x355A80) is known color: Matisse. HEX triplet: 35, 5A and 80. RGB value is (53,90,128). Sum of RGB (Red+Green+Blue) = 53+90+128=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #355A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355A80 is #CAA57F. Grayscale: #535353. Windows color (decimal): -13280640 or 8411701. OLE color: 8411701.
HSL color Cylindrical-coordinate representation of color #355A80: hue angle of 210.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355A80 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 90 | 128 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.50 |
| HSL | 210.4º | 0.41% | 0.35% | - |
| HSV(B) | 210.4º | 0.59% | 0.5% | - |
| XYZ | 9.02 | 9.63 | 21.8 | - |
| YUV | 83.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 128 | 0.59 | 0.30 | 0 | 0.50 | 210.4 | 0.41 | 0.35 |
| Hex | 35 | 5A | 80 | 3B | 1E | 0 | 32 | D2 | 29 | 23 |
| Octal | 65 | 132 | 200 | 73 | 36 | 0 | 62 | 322 | 51 | 43 |
| Binary | 110101 | 1011010 | 10000000 | 111011 | 11110 | 0 | 110010 | 11010010 | 101001 | 100011 |
Color Harmonies of #355A80
Complementary color
Monochromatic Colors of #355A80
Black with #355A80
Text Example
Text Example
White with #355A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A80; }
p { color: rgb(53,90,128); }
H1.HeaderClassName
{
color: #355A80;
}
.AnyTagClassName
{
color: #355A80;
}
</style>
background-color css
<style>
a { background-color: #355A80; }
a { background-color: rgb(53,90,128); }
div.DivClassName
{
background-color: #355A80;
}
.BgClassName
{
background-color: #355A80;
}
</style>
border-color css
<style>
span { border-color: #355A80; }
span { border-color: rgb(53,90,128); }
td.TdClassName
{
border-color: #355A80;
}
.TagClassName
{
border-color: #355A80;
}
</style>