Shades of Bossanova #56425A
Tints of Bossanova #56425A
RGB
CMYK
RGB Variations
Color information
#56425A (or 0x56425A) is known color: Bossanova. HEX triplet: 56, 42 and 5A. RGB value is (86,66,90). Sum of RGB (Red+Green+Blue) = 86+66+90=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #56425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56425A is #A9BDA5. Grayscale: #4A4A4A. Windows color (decimal): -11124134 or 5915222. OLE color: 5915222.
HSL color Cylindrical-coordinate representation of color #56425A: hue angle of 290º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56425A is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 66 | 90 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.65 |
| HSL | 290º | 0.15% | 0.31% | - |
| HSV(B) | 290º | 0.27% | 0.35% | - |
| XYZ | 7.63 | 6.61 | 10.55 | - |
| YUV | 74.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 90 | 0.04 | 0.27 | 0 | 0.65 | 290 | 0.15 | 0.31 |
| Hex | 56 | 42 | 5A | 4 | 1B | 0 | 41 | 122 | F | 1F |
| Octal | 126 | 102 | 132 | 4 | 33 | 0 | 101 | 442 | 17 | 37 |
| Binary | 1010110 | 1000010 | 1011010 | 100 | 11011 | 0 | 1000001 | 100100010 | 1111 | 11111 |
Color Harmonies of #56425A
Complementary color
Monochromatic Colors of #56425A
Black with #56425A
Text Example
Text Example
White with #56425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56425A; }
p { color: rgb(86,66,90); }
H1.HeaderClassName
{
color: #56425A;
}
.AnyTagClassName
{
color: #56425A;
}
</style>
background-color css
<style>
a { background-color: #56425A; }
a { background-color: rgb(86,66,90); }
div.DivClassName
{
background-color: #56425A;
}
.BgClassName
{
background-color: #56425A;
}
</style>
border-color css
<style>
span { border-color: #56425A; }
span { border-color: rgb(86,66,90); }
td.TdClassName
{
border-color: #56425A;
}
.TagClassName
{
border-color: #56425A;
}
</style>