Shades of Bossanova #584A58
Tints of Bossanova #584A58
RGB
CMYK
RGB Variations
Color information
#584A58 (or 0x584A58) is known color: Bossanova. HEX triplet: 58, 4A and 58. RGB value is (88,74,88). Sum of RGB (Red+Green+Blue) = 88+74+88=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A58 is #A7B5A7. Grayscale: #4F4F4F. Windows color (decimal): -10991016 or 5786200. OLE color: 5786200.
HSL color Cylindrical-coordinate representation of color #584A58: hue angle of 300º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584A58 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 88 | - |
| CMYK | 0 | 0.16 | 0 | 0.65 |
| HSL | 300º | 0.09% | 0.32% | - |
| HSV(B) | 300º | 0.16% | 0.35% | - |
| XYZ | 8.23 | 7.68 | 10.28 | - |
| YUV | 79.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 88 | 0 | 0.16 | 0 | 0.65 | 300 | 0.09 | 0.32 |
| Hex | 58 | 4A | 58 | 0 | 10 | 0 | 41 | 12C | 9 | 20 |
| Octal | 130 | 112 | 130 | 0 | 20 | 0 | 101 | 454 | 11 | 40 |
| Binary | 1011000 | 1001010 | 1011000 | 0 | 10000 | 0 | 1000001 | 100101100 | 1001 | 100000 |
Color Harmonies of #584A58
Complementary color
Monochromatic Colors of #584A58
Black with #584A58
Text Example
Text Example
White with #584A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A58; }
p { color: rgb(88,74,88); }
H1.HeaderClassName
{
color: #584A58;
}
.AnyTagClassName
{
color: #584A58;
}
</style>
background-color css
<style>
a { background-color: #584A58; }
a { background-color: rgb(88,74,88); }
div.DivClassName
{
background-color: #584A58;
}
.BgClassName
{
background-color: #584A58;
}
</style>
border-color css
<style>
span { border-color: #584A58; }
span { border-color: rgb(88,74,88); }
td.TdClassName
{
border-color: #584A58;
}
.TagClassName
{
border-color: #584A58;
}
</style>