Shades of Bossanova #554358
Tints of Bossanova #554358
RGB
CMYK
RGB Variations
Color information
#554358 (or 0x554358) is known color: Bossanova. HEX triplet: 55, 43 and 58. RGB value is (85,67,88). Sum of RGB (Red+Green+Blue) = 85+67+88=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #554358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554358 is #AABCA7. Grayscale: #4A4A4A. Windows color (decimal): -11189416 or 5784405. OLE color: 5784405.
HSL color Cylindrical-coordinate representation of color #554358: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554358 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 67 | 88 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.65 |
| HSL | 291.43º | 0.14% | 0.3% | - |
| HSV(B) | 291.43º | 0.24% | 0.35% | - |
| XYZ | 7.51 | 6.65 | 10.12 | - |
| YUV | 74.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 88 | 0.03 | 0.24 | 0 | 0.65 | 291.43 | 0.14 | 0.3 |
| Hex | 55 | 43 | 58 | 3 | 18 | 0 | 41 | 123 | E | 1E |
| Octal | 125 | 103 | 130 | 3 | 30 | 0 | 101 | 443 | 16 | 36 |
| Binary | 1010101 | 1000011 | 1011000 | 11 | 11000 | 0 | 1000001 | 100100011 | 1110 | 11110 |
Color Harmonies of #554358
Complementary color
Monochromatic Colors of #554358
Black with #554358
Text Example
Text Example
White with #554358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554358; }
p { color: rgb(85,67,88); }
H1.HeaderClassName
{
color: #554358;
}
.AnyTagClassName
{
color: #554358;
}
</style>
background-color css
<style>
a { background-color: #554358; }
a { background-color: rgb(85,67,88); }
div.DivClassName
{
background-color: #554358;
}
.BgClassName
{
background-color: #554358;
}
</style>
border-color css
<style>
span { border-color: #554358; }
span { border-color: rgb(85,67,88); }
td.TdClassName
{
border-color: #554358;
}
.TagClassName
{
border-color: #554358;
}
</style>