Shades of Bossanova #58435A
Tints of Bossanova #58435A
RGB
CMYK
RGB Variations
Color information
#58435A (or 0x58435A) is known color: Bossanova. HEX triplet: 58, 43 and 5A. RGB value is (88,67,90). Sum of RGB (Red+Green+Blue) = 88+67+90=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #58435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58435A is #A7BCA5. Grayscale: #4B4B4B. Windows color (decimal): -10992806 or 5915480. OLE color: 5915480.
HSL color Cylindrical-coordinate representation of color #58435A: hue angle of 294.78º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58435A is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 90 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.65 |
| HSL | 294.78º | 0.15% | 0.31% | - |
| HSV(B) | 294.78º | 0.26% | 0.35% | - |
| XYZ | 7.88 | 6.83 | 10.58 | - |
| YUV | 75.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 90 | 0.02 | 0.26 | 0 | 0.65 | 294.78 | 0.15 | 0.31 |
| Hex | 58 | 43 | 5A | 2 | 1A | 0 | 41 | 127 | F | 1F |
| Octal | 130 | 103 | 132 | 2 | 32 | 0 | 101 | 447 | 17 | 37 |
| Binary | 1011000 | 1000011 | 1011010 | 10 | 11010 | 0 | 1000001 | 100100111 | 1111 | 11111 |
Color Harmonies of #58435A
Complementary color
Monochromatic Colors of #58435A
Black with #58435A
Text Example
Text Example
White with #58435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58435A; }
p { color: rgb(88,67,90); }
H1.HeaderClassName
{
color: #58435A;
}
.AnyTagClassName
{
color: #58435A;
}
</style>
background-color css
<style>
a { background-color: #58435A; }
a { background-color: rgb(88,67,90); }
div.DivClassName
{
background-color: #58435A;
}
.BgClassName
{
background-color: #58435A;
}
</style>
border-color css
<style>
span { border-color: #58435A; }
span { border-color: rgb(88,67,90); }
td.TdClassName
{
border-color: #58435A;
}
.TagClassName
{
border-color: #58435A;
}
</style>