Shades of Bossanova #55435B
Tints of Bossanova #55435B
RGB
CMYK
RGB Variations
Color information
#55435B (or 0x55435B) is known color: Bossanova. HEX triplet: 55, 43 and 5B. RGB value is (85,67,91). Sum of RGB (Red+Green+Blue) = 85+67+91=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #55435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435B is #AABCA4. Grayscale: #4B4B4B. Windows color (decimal): -11189413 or 5981013. OLE color: 5981013.
HSL color Cylindrical-coordinate representation of color #55435B: hue angle of 285º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55435B is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 67 | 91 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.64 |
| HSL | 285º | 0.15% | 0.31% | - |
| HSV(B) | 285º | 0.26% | 0.36% | - |
| XYZ | 7.64 | 6.7 | 10.79 | - |
| YUV | 75.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 91 | 0.07 | 0.26 | 0 | 0.64 | 285 | 0.15 | 0.31 |
| Hex | 55 | 43 | 5B | 7 | 1A | 0 | 40 | 11D | F | 1F |
| Octal | 125 | 103 | 133 | 7 | 32 | 0 | 100 | 435 | 17 | 37 |
| Binary | 1010101 | 1000011 | 1011011 | 111 | 11010 | 0 | 1000000 | 100011101 | 1111 | 11111 |
Color Harmonies of #55435B
Complementary color
Monochromatic Colors of #55435B
Black with #55435B
Text Example
Text Example
White with #55435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55435B; }
p { color: rgb(85,67,91); }
H1.HeaderClassName
{
color: #55435B;
}
.AnyTagClassName
{
color: #55435B;
}
</style>
background-color css
<style>
a { background-color: #55435B; }
a { background-color: rgb(85,67,91); }
div.DivClassName
{
background-color: #55435B;
}
.BgClassName
{
background-color: #55435B;
}
</style>
border-color css
<style>
span { border-color: #55435B; }
span { border-color: rgb(85,67,91); }
td.TdClassName
{
border-color: #55435B;
}
.TagClassName
{
border-color: #55435B;
}
</style>