Shades of Matisse #405C83
Tints of Matisse #405C83
RGB
CMYK
RGB Variations
Color information
#405C83 (or 0x405C83) is known color: Matisse. HEX triplet: 40, 5C and 83. RGB value is (64,92,131). Sum of RGB (Red+Green+Blue) = 64+92+131=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #405C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C83 is #BFA37C. Grayscale: #575757. Windows color (decimal): -12559229 or 8608832. OLE color: 8608832.
HSL color Cylindrical-coordinate representation of color #405C83: hue angle of 214.93º 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 #405C83 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 92 | 131 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.49 |
| HSL | 214.93º | 0.34% | 0.38% | - |
| HSV(B) | 214.93º | 0.51% | 0.51% | - |
| XYZ | 10.04 | 10.38 | 22.95 | - |
| YUV | 88.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 131 | 0.51 | 0.30 | 0 | 0.49 | 214.93 | 0.34 | 0.38 |
| Hex | 40 | 5C | 83 | 33 | 1E | 0 | 31 | D7 | 22 | 26 |
| Octal | 100 | 134 | 203 | 63 | 36 | 0 | 61 | 327 | 42 | 46 |
| Binary | 1000000 | 1011100 | 10000011 | 110011 | 11110 | 0 | 110001 | 11010111 | 100010 | 100110 |
Color Harmonies of #405C83
Complementary color
Monochromatic Colors of #405C83
Black with #405C83
Text Example
Text Example
White with #405C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C83; }
p { color: rgb(64,92,131); }
H1.HeaderClassName
{
color: #405C83;
}
.AnyTagClassName
{
color: #405C83;
}
</style>
background-color css
<style>
a { background-color: #405C83; }
a { background-color: rgb(64,92,131); }
div.DivClassName
{
background-color: #405C83;
}
.BgClassName
{
background-color: #405C83;
}
</style>
border-color css
<style>
span { border-color: #405C83; }
span { border-color: rgb(64,92,131); }
td.TdClassName
{
border-color: #405C83;
}
.TagClassName
{
border-color: #405C83;
}
</style>