Shades of Bossanova #523A54
Tints of Bossanova #523A54
RGB
CMYK
RGB Variations
Color information
#523A54 (or 0x523A54) is known color: Bossanova. HEX triplet: 52, 3A and 54. RGB value is (82,58,84). Sum of RGB (Red+Green+Blue) = 82+58+84=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #523A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A54 is #ADC5AB. Grayscale: #444444. Windows color (decimal): -11388332 or 5519954. OLE color: 5519954.
HSL color Cylindrical-coordinate representation of color #523A54: hue angle of 295.38º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #523A54 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 58 | 84 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.67 |
| HSL | 295.38º | 0.18% | 0.28% | - |
| HSV(B) | 295.38º | 0.31% | 0.33% | - |
| XYZ | 6.59 | 5.46 | 9.09 | - |
| YUV | 68.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 84 | 0.02 | 0.31 | 0 | 0.67 | 295.38 | 0.18 | 0.28 |
| Hex | 52 | 3A | 54 | 2 | 1F | 0 | 43 | 127 | 12 | 1C |
| Octal | 122 | 72 | 124 | 2 | 37 | 0 | 103 | 447 | 22 | 34 |
| Binary | 1010010 | 111010 | 1010100 | 10 | 11111 | 0 | 1000011 | 100100111 | 10010 | 11100 |
Color Harmonies of #523A54
Complementary color
Monochromatic Colors of #523A54
Black with #523A54
Text Example
Text Example
White with #523A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A54; }
p { color: rgb(82,58,84); }
H1.HeaderClassName
{
color: #523A54;
}
.AnyTagClassName
{
color: #523A54;
}
</style>
background-color css
<style>
a { background-color: #523A54; }
a { background-color: rgb(82,58,84); }
div.DivClassName
{
background-color: #523A54;
}
.BgClassName
{
background-color: #523A54;
}
</style>
border-color css
<style>
span { border-color: #523A54; }
span { border-color: rgb(82,58,84); }
td.TdClassName
{
border-color: #523A54;
}
.TagClassName
{
border-color: #523A54;
}
</style>