Shades of Matisse #405F83
Tints of Matisse #405F83
RGB
CMYK
RGB Variations
Color information
#405F83 (or 0x405F83) is known color: Matisse. HEX triplet: 40, 5F and 83. RGB value is (64,95,131). Sum of RGB (Red+Green+Blue) = 64+95+131=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #405F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F83 is #BFA07C. Grayscale: #595959. Windows color (decimal): -12558461 or 8609600. OLE color: 8609600.
HSL color Cylindrical-coordinate representation of color #405F83: hue angle of 212.24º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405F83 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 95 | 131 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.49 |
| HSL | 212.24º | 0.34% | 0.38% | - |
| HSV(B) | 212.24º | 0.51% | 0.51% | - |
| XYZ | 10.3 | 10.91 | 23.04 | - |
| YUV | 89.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 131 | 0.51 | 0.27 | 0 | 0.49 | 212.24 | 0.34 | 0.38 |
| Hex | 40 | 5F | 83 | 33 | 1B | 0 | 31 | D4 | 22 | 26 |
| Octal | 100 | 137 | 203 | 63 | 33 | 0 | 61 | 324 | 42 | 46 |
| Binary | 1000000 | 1011111 | 10000011 | 110011 | 11011 | 0 | 110001 | 11010100 | 100010 | 100110 |
Color Harmonies of #405F83
Complementary color
Monochromatic Colors of #405F83
Black with #405F83
Text Example
Text Example
White with #405F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F83; }
p { color: rgb(64,95,131); }
H1.HeaderClassName
{
color: #405F83;
}
.AnyTagClassName
{
color: #405F83;
}
</style>
background-color css
<style>
a { background-color: #405F83; }
a { background-color: rgb(64,95,131); }
div.DivClassName
{
background-color: #405F83;
}
.BgClassName
{
background-color: #405F83;
}
</style>
border-color css
<style>
span { border-color: #405F83; }
span { border-color: rgb(64,95,131); }
td.TdClassName
{
border-color: #405F83;
}
.TagClassName
{
border-color: #405F83;
}
</style>