Shades of Matisse #425F80
Tints of Matisse #425F80
RGB
CMYK
RGB Variations
Color information
#425F80 (or 0x425F80) is known color: Matisse. HEX triplet: 42, 5F and 80. RGB value is (66,95,128). Sum of RGB (Red+Green+Blue) = 66+95+128=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #425F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F80 is #BDA07F. Grayscale: #595959. Windows color (decimal): -12427392 or 8412994. OLE color: 8412994.
HSL color Cylindrical-coordinate representation of color #425F80: hue angle of 211.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425F80 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 95 | 128 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.50 |
| HSL | 211.94º | 0.32% | 0.38% | - |
| HSV(B) | 211.94º | 0.48% | 0.5% | - |
| XYZ | 10.24 | 10.9 | 21.99 | - |
| YUV | 90.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 128 | 0.48 | 0.26 | 0 | 0.50 | 211.94 | 0.32 | 0.38 |
| Hex | 42 | 5F | 80 | 30 | 1A | 0 | 32 | D4 | 20 | 26 |
| Octal | 102 | 137 | 200 | 60 | 32 | 0 | 62 | 324 | 40 | 46 |
| Binary | 1000010 | 1011111 | 10000000 | 110000 | 11010 | 0 | 110010 | 11010100 | 100000 | 100110 |
Color Harmonies of #425F80
Complementary color
Monochromatic Colors of #425F80
Black with #425F80
Text Example
Text Example
White with #425F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F80; }
p { color: rgb(66,95,128); }
H1.HeaderClassName
{
color: #425F80;
}
.AnyTagClassName
{
color: #425F80;
}
</style>
background-color css
<style>
a { background-color: #425F80; }
a { background-color: rgb(66,95,128); }
div.DivClassName
{
background-color: #425F80;
}
.BgClassName
{
background-color: #425F80;
}
</style>
border-color css
<style>
span { border-color: #425F80; }
span { border-color: rgb(66,95,128); }
td.TdClassName
{
border-color: #425F80;
}
.TagClassName
{
border-color: #425F80;
}
</style>