Shades of Bossanova #533C59
Tints of Bossanova #533C59
RGB
CMYK
RGB Variations
Color information
#533C59 (or 0x533C59) is known color: Bossanova. HEX triplet: 53, 3C and 59. RGB value is (83,60,89). Sum of RGB (Red+Green+Blue) = 83+60+89=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #533C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C59 is #ACC3A6. Grayscale: #464646. Windows color (decimal): -11322279 or 5848147. OLE color: 5848147.
HSL color Cylindrical-coordinate representation of color #533C59: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533C59 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 60 | 89 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.65 |
| HSL | 287.59º | 0.19% | 0.29% | - |
| HSV(B) | 287.59º | 0.33% | 0.35% | - |
| XYZ | 6.99 | 5.79 | 10.2 | - |
| YUV | 70.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 89 | 0.07 | 0.33 | 0 | 0.65 | 287.59 | 0.19 | 0.29 |
| Hex | 53 | 3C | 59 | 7 | 21 | 0 | 41 | 120 | 13 | 1D |
| Octal | 123 | 74 | 131 | 7 | 41 | 0 | 101 | 440 | 23 | 35 |
| Binary | 1010011 | 111100 | 1011001 | 111 | 100001 | 0 | 1000001 | 100100000 | 10011 | 11101 |
Color Harmonies of #533C59
Complementary color
Monochromatic Colors of #533C59
Black with #533C59
Text Example
Text Example
White with #533C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C59; }
p { color: rgb(83,60,89); }
H1.HeaderClassName
{
color: #533C59;
}
.AnyTagClassName
{
color: #533C59;
}
</style>
background-color css
<style>
a { background-color: #533C59; }
a { background-color: rgb(83,60,89); }
div.DivClassName
{
background-color: #533C59;
}
.BgClassName
{
background-color: #533C59;
}
</style>
border-color css
<style>
span { border-color: #533C59; }
span { border-color: rgb(83,60,89); }
td.TdClassName
{
border-color: #533C59;
}
.TagClassName
{
border-color: #533C59;
}
</style>