Shades of Bossanova #57455C
Tints of Bossanova #57455C
RGB
CMYK
RGB Variations
Color information
#57455C (or 0x57455C) is known color: Bossanova. HEX triplet: 57, 45 and 5C. RGB value is (87,69,92). Sum of RGB (Red+Green+Blue) = 87+69+92=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #57455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57455C is #A8BAA3. Grayscale: #4C4C4C. Windows color (decimal): -11057828 or 6047063. OLE color: 6047063.
HSL color Cylindrical-coordinate representation of color #57455C: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57455C is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 69 | 92 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.64 |
| HSL | 286.96º | 0.14% | 0.32% | - |
| HSV(B) | 286.96º | 0.25% | 0.36% | - |
| XYZ | 7.99 | 7.06 | 11.07 | - |
| YUV | 77 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 92 | 0.05 | 0.25 | 0 | 0.64 | 286.96 | 0.14 | 0.32 |
| Hex | 57 | 45 | 5C | 5 | 19 | 0 | 40 | 11F | E | 20 |
| Octal | 127 | 105 | 134 | 5 | 31 | 0 | 100 | 437 | 16 | 40 |
| Binary | 1010111 | 1000101 | 1011100 | 101 | 11001 | 0 | 1000000 | 100011111 | 1110 | 100000 |
Color Harmonies of #57455C
Complementary color
Monochromatic Colors of #57455C
Black with #57455C
Text Example
Text Example
White with #57455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57455C; }
p { color: rgb(87,69,92); }
H1.HeaderClassName
{
color: #57455C;
}
.AnyTagClassName
{
color: #57455C;
}
</style>
background-color css
<style>
a { background-color: #57455C; }
a { background-color: rgb(87,69,92); }
div.DivClassName
{
background-color: #57455C;
}
.BgClassName
{
background-color: #57455C;
}
</style>
border-color css
<style>
span { border-color: #57455C; }
span { border-color: rgb(87,69,92); }
td.TdClassName
{
border-color: #57455C;
}
.TagClassName
{
border-color: #57455C;
}
</style>