Shades of Bossanova #534254
Tints of Bossanova #534254
RGB
CMYK
RGB Variations
Color information
#534254 (or 0x534254) is known color: Bossanova. HEX triplet: 53, 42 and 54. RGB value is (83,66,84). Sum of RGB (Red+Green+Blue) = 83+66+84=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #534254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534254 is #ACBDAB. Grayscale: #494949. Windows color (decimal): -11320748 or 5522003. OLE color: 5522003.
HSL color Cylindrical-coordinate representation of color #534254: hue angle of 296.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534254 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 84 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.67 |
| HSL | 296.67º | 0.12% | 0.29% | - |
| HSV(B) | 296.67º | 0.21% | 0.33% | - |
| XYZ | 7.12 | 6.38 | 9.24 | - |
| YUV | 73.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 84 | 0.01 | 0.21 | 0 | 0.67 | 296.67 | 0.12 | 0.29 |
| Hex | 53 | 42 | 54 | 1 | 15 | 0 | 43 | 129 | C | 1D |
| Octal | 123 | 102 | 124 | 1 | 25 | 0 | 103 | 451 | 14 | 35 |
| Binary | 1010011 | 1000010 | 1010100 | 1 | 10101 | 0 | 1000011 | 100101001 | 1100 | 11101 |
Color Harmonies of #534254
Complementary color
Monochromatic Colors of #534254
Black with #534254
Text Example
Text Example
White with #534254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534254; }
p { color: rgb(83,66,84); }
H1.HeaderClassName
{
color: #534254;
}
.AnyTagClassName
{
color: #534254;
}
</style>
background-color css
<style>
a { background-color: #534254; }
a { background-color: rgb(83,66,84); }
div.DivClassName
{
background-color: #534254;
}
.BgClassName
{
background-color: #534254;
}
</style>
border-color css
<style>
span { border-color: #534254; }
span { border-color: rgb(83,66,84); }
td.TdClassName
{
border-color: #534254;
}
.TagClassName
{
border-color: #534254;
}
</style>