Shades of Bossanova #55445A
Tints of Bossanova #55445A
RGB
CMYK
RGB Variations
Color information
#55445A (or 0x55445A) is known color: Bossanova. HEX triplet: 55, 44 and 5A. RGB value is (85,68,90). Sum of RGB (Red+Green+Blue) = 85+68+90=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #55445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55445A is #AABBA5. Grayscale: #4B4B4B. Windows color (decimal): -11189158 or 5915733. OLE color: 5915733.
HSL color Cylindrical-coordinate representation of color #55445A: hue angle of 286.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55445A is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 68 | 90 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.65 |
| HSL | 286.36º | 0.14% | 0.31% | - |
| HSV(B) | 286.36º | 0.24% | 0.35% | - |
| XYZ | 7.66 | 6.8 | 10.58 | - |
| YUV | 75.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 90 | 0.06 | 0.24 | 0 | 0.65 | 286.36 | 0.14 | 0.31 |
| Hex | 55 | 44 | 5A | 6 | 18 | 0 | 41 | 11E | E | 1F |
| Octal | 125 | 104 | 132 | 6 | 30 | 0 | 101 | 436 | 16 | 37 |
| Binary | 1010101 | 1000100 | 1011010 | 110 | 11000 | 0 | 1000001 | 100011110 | 1110 | 11111 |
Color Harmonies of #55445A
Complementary color
Monochromatic Colors of #55445A
Black with #55445A
Text Example
Text Example
White with #55445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55445A; }
p { color: rgb(85,68,90); }
H1.HeaderClassName
{
color: #55445A;
}
.AnyTagClassName
{
color: #55445A;
}
</style>
background-color css
<style>
a { background-color: #55445A; }
a { background-color: rgb(85,68,90); }
div.DivClassName
{
background-color: #55445A;
}
.BgClassName
{
background-color: #55445A;
}
</style>
border-color css
<style>
span { border-color: #55445A; }
span { border-color: rgb(85,68,90); }
td.TdClassName
{
border-color: #55445A;
}
.TagClassName
{
border-color: #55445A;
}
</style>