Shades of Bossanova #58495A
Tints of Bossanova #58495A
RGB
CMYK
RGB Variations
Color information
#58495A (or 0x58495A) is known color: Bossanova. HEX triplet: 58, 49 and 5A. RGB value is (88,73,90). Sum of RGB (Red+Green+Blue) = 88+73+90=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #58495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58495A is #A7B6A5. Grayscale: #4F4F4F. Windows color (decimal): -10991270 or 5917016. OLE color: 5917016.
HSL color Cylindrical-coordinate representation of color #58495A: hue angle of 292.94º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58495A is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 90 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.65 |
| HSL | 292.94º | 0.1% | 0.32% | - |
| HSV(B) | 292.94º | 0.19% | 0.35% | - |
| XYZ | 8.25 | 7.58 | 10.7 | - |
| YUV | 79.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 90 | 0.02 | 0.19 | 0 | 0.65 | 292.94 | 0.1 | 0.32 |
| Hex | 58 | 49 | 5A | 2 | 13 | 0 | 41 | 125 | A | 20 |
| Octal | 130 | 111 | 132 | 2 | 23 | 0 | 101 | 445 | 12 | 40 |
| Binary | 1011000 | 1001001 | 1011010 | 10 | 10011 | 0 | 1000001 | 100100101 | 1010 | 100000 |
Color Harmonies of #58495A
Complementary color
Monochromatic Colors of #58495A
Black with #58495A
Text Example
Text Example
White with #58495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58495A; }
p { color: rgb(88,73,90); }
H1.HeaderClassName
{
color: #58495A;
}
.AnyTagClassName
{
color: #58495A;
}
</style>
background-color css
<style>
a { background-color: #58495A; }
a { background-color: rgb(88,73,90); }
div.DivClassName
{
background-color: #58495A;
}
.BgClassName
{
background-color: #58495A;
}
</style>
border-color css
<style>
span { border-color: #58495A; }
span { border-color: rgb(88,73,90); }
td.TdClassName
{
border-color: #58495A;
}
.TagClassName
{
border-color: #58495A;
}
</style>