Shades of Jazzberry Jam #B50558
Tints of Jazzberry Jam #B50558
RGB
CMYK
RGB Variations
Color information
#B50558 (or 0xB50558) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 58. RGB value is (181,5,88). Sum of RGB (Red+Green+Blue) = 181+5+88=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B50558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50558 is #4AFAA7. Grayscale: #424242. Windows color (decimal): -4913832 or 5768629. OLE color: 5768629.
HSL color Cylindrical-coordinate representation of color #B50558: hue angle of 331.7º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50558 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.29 |
| HSL | 331.7º | 0.95% | 0.36% | - |
| HSV(B) | 331.7º | 0.97% | 0.71% | - |
| XYZ | 20.87 | 10.64 | 10.19 | - |
| YUV | 67.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 88 | 0 | 0.97 | 0.51 | 0.29 | 331.7 | 0.95 | 0.36 |
| Hex | B5 | 5 | 58 | 0 | 61 | 33 | 1D | 14C | 5F | 24 |
| Octal | 265 | 5 | 130 | 0 | 141 | 63 | 35 | 514 | 137 | 44 |
| Binary | 10110101 | 101 | 1011000 | 0 | 1100001 | 110011 | 11101 | 101001100 | 1011111 | 100100 |
Color Harmonies of #B50558
Complementary color
Monochromatic Colors of #B50558
Black with #B50558
Text Example
Text Example
White with #B50558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50558; }
p { color: rgb(181,5,88); }
H1.HeaderClassName
{
color: #B50558;
}
.AnyTagClassName
{
color: #B50558;
}
</style>
background-color css
<style>
a { background-color: #B50558; }
a { background-color: rgb(181,5,88); }
div.DivClassName
{
background-color: #B50558;
}
.BgClassName
{
background-color: #B50558;
}
</style>
border-color css
<style>
span { border-color: #B50558; }
span { border-color: rgb(181,5,88); }
td.TdClassName
{
border-color: #B50558;
}
.TagClassName
{
border-color: #B50558;
}
</style>