Shades of Bossanova #533C5A
Tints of Bossanova #533C5A
RGB
CMYK
RGB Variations
Color information
#533C5A (or 0x533C5A) is known color: Bossanova. HEX triplet: 53, 3C and 5A. RGB value is (83,60,90). Sum of RGB (Red+Green+Blue) = 83+60+90=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #533C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C5A is #ACC3A5. Grayscale: #464646. Windows color (decimal): -11322278 or 5913683. OLE color: 5913683.
HSL color Cylindrical-coordinate representation of color #533C5A: hue angle of 286º degrees, saturation: 0.2, 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 #533C5A is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 60 | 90 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.65 |
| HSL | 286º | 0.2% | 0.29% | - |
| HSV(B) | 286º | 0.33% | 0.35% | - |
| XYZ | 7.03 | 5.81 | 10.42 | - |
| YUV | 70.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 90 | 0.08 | 0.33 | 0 | 0.65 | 286 | 0.2 | 0.29 |
| Hex | 53 | 3C | 5A | 8 | 21 | 0 | 41 | 11E | 14 | 1D |
| Octal | 123 | 74 | 132 | 10 | 41 | 0 | 101 | 436 | 24 | 35 |
| Binary | 1010011 | 111100 | 1011010 | 1000 | 100001 | 0 | 1000001 | 100011110 | 10100 | 11101 |
Color Harmonies of #533C5A
Complementary color
Monochromatic Colors of #533C5A
Black with #533C5A
Text Example
Text Example
White with #533C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C5A; }
p { color: rgb(83,60,90); }
H1.HeaderClassName
{
color: #533C5A;
}
.AnyTagClassName
{
color: #533C5A;
}
</style>
background-color css
<style>
a { background-color: #533C5A; }
a { background-color: rgb(83,60,90); }
div.DivClassName
{
background-color: #533C5A;
}
.BgClassName
{
background-color: #533C5A;
}
</style>
border-color css
<style>
span { border-color: #533C5A; }
span { border-color: rgb(83,60,90); }
td.TdClassName
{
border-color: #533C5A;
}
.TagClassName
{
border-color: #533C5A;
}
</style>