Shades of Bossanova #534B55
Tints of Bossanova #534B55
RGB
CMYK
RGB Variations
Color information
#534B55 (or 0x534B55) is known color: Bossanova. HEX triplet: 53, 4B and 55. RGB value is (83,75,85). Sum of RGB (Red+Green+Blue) = 83+75+85=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #534B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B55 is #ACB4AA. Grayscale: #4E4E4E. Windows color (decimal): -11318443 or 5589843. OLE color: 5589843.
HSL color Cylindrical-coordinate representation of color #534B55: hue angle of 288º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534B55 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 85 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.67 |
| HSL | 288º | 0.06% | 0.31% | - |
| HSV(B) | 288º | 0.12% | 0.33% | - |
| XYZ | 7.72 | 7.53 | 9.64 | - |
| YUV | 78.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 85 | 0.02 | 0.12 | 0 | 0.67 | 288 | 0.06 | 0.31 |
| Hex | 53 | 4B | 55 | 2 | C | 0 | 43 | 120 | 6 | 1F |
| Octal | 123 | 113 | 125 | 2 | 14 | 0 | 103 | 440 | 6 | 37 |
| Binary | 1010011 | 1001011 | 1010101 | 10 | 1100 | 0 | 1000011 | 100100000 | 110 | 11111 |
Color Harmonies of #534B55
Complementary color
Monochromatic Colors of #534B55
Black with #534B55
Text Example
Text Example
White with #534B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B55; }
p { color: rgb(83,75,85); }
H1.HeaderClassName
{
color: #534B55;
}
.AnyTagClassName
{
color: #534B55;
}
</style>
background-color css
<style>
a { background-color: #534B55; }
a { background-color: rgb(83,75,85); }
div.DivClassName
{
background-color: #534B55;
}
.BgClassName
{
background-color: #534B55;
}
</style>
border-color css
<style>
span { border-color: #534B55; }
span { border-color: rgb(83,75,85); }
td.TdClassName
{
border-color: #534B55;
}
.TagClassName
{
border-color: #534B55;
}
</style>