Shades of Bossanova #55425B
Tints of Bossanova #55425B
RGB
CMYK
RGB Variations
Color information
#55425B (or 0x55425B) is known color: Bossanova. HEX triplet: 55, 42 and 5B. RGB value is (85,66,91). Sum of RGB (Red+Green+Blue) = 85+66+91=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #55425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55425B is #AABDA4. Grayscale: #4A4A4A. Windows color (decimal): -11189669 or 5980757. OLE color: 5980757.
HSL color Cylindrical-coordinate representation of color #55425B: hue angle of 285.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55425B is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 66 | 91 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.64 |
| HSL | 285.6º | 0.16% | 0.31% | - |
| HSV(B) | 285.6º | 0.27% | 0.36% | - |
| XYZ | 7.58 | 6.58 | 10.77 | - |
| YUV | 74.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 91 | 0.07 | 0.27 | 0 | 0.64 | 285.6 | 0.16 | 0.31 |
| Hex | 55 | 42 | 5B | 7 | 1B | 0 | 40 | 11E | 10 | 1F |
| Octal | 125 | 102 | 133 | 7 | 33 | 0 | 100 | 436 | 20 | 37 |
| Binary | 1010101 | 1000010 | 1011011 | 111 | 11011 | 0 | 1000000 | 100011110 | 10000 | 11111 |
Color Harmonies of #55425B
Complementary color
Monochromatic Colors of #55425B
Black with #55425B
Text Example
Text Example
White with #55425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55425B; }
p { color: rgb(85,66,91); }
H1.HeaderClassName
{
color: #55425B;
}
.AnyTagClassName
{
color: #55425B;
}
</style>
background-color css
<style>
a { background-color: #55425B; }
a { background-color: rgb(85,66,91); }
div.DivClassName
{
background-color: #55425B;
}
.BgClassName
{
background-color: #55425B;
}
</style>
border-color css
<style>
span { border-color: #55425B; }
span { border-color: rgb(85,66,91); }
td.TdClassName
{
border-color: #55425B;
}
.TagClassName
{
border-color: #55425B;
}
</style>