Shades of Bossanova #55405A
Tints of Bossanova #55405A
RGB
CMYK
RGB Variations
Color information
#55405A (or 0x55405A) is known color: Bossanova. HEX triplet: 55, 40 and 5A. RGB value is (85,64,90). Sum of RGB (Red+Green+Blue) = 85+64+90=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #55405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55405A is #AABFA5. Grayscale: #494949. Windows color (decimal): -11190182 or 5914709. OLE color: 5914709.
HSL color Cylindrical-coordinate representation of color #55405A: hue angle of 288.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55405A is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 64 | 90 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.65 |
| HSL | 288.46º | 0.17% | 0.3% | - |
| HSV(B) | 288.46º | 0.29% | 0.35% | - |
| XYZ | 7.43 | 6.34 | 10.5 | - |
| YUV | 73.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 90 | 0.06 | 0.29 | 0 | 0.65 | 288.46 | 0.17 | 0.3 |
| Hex | 55 | 40 | 5A | 6 | 1D | 0 | 41 | 120 | 11 | 1E |
| Octal | 125 | 100 | 132 | 6 | 35 | 0 | 101 | 440 | 21 | 36 |
| Binary | 1010101 | 1000000 | 1011010 | 110 | 11101 | 0 | 1000001 | 100100000 | 10001 | 11110 |
Color Harmonies of #55405A
Complementary color
Monochromatic Colors of #55405A
Black with #55405A
Text Example
Text Example
White with #55405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55405A; }
p { color: rgb(85,64,90); }
H1.HeaderClassName
{
color: #55405A;
}
.AnyTagClassName
{
color: #55405A;
}
</style>
background-color css
<style>
a { background-color: #55405A; }
a { background-color: rgb(85,64,90); }
div.DivClassName
{
background-color: #55405A;
}
.BgClassName
{
background-color: #55405A;
}
</style>
border-color css
<style>
span { border-color: #55405A; }
span { border-color: rgb(85,64,90); }
td.TdClassName
{
border-color: #55405A;
}
.TagClassName
{
border-color: #55405A;
}
</style>