Shades of Blackberry #560525
Tints of Blackberry #560525
RGB
CMYK
RGB Variations
Color information
#560525 (or 0x560525) is known color: Blackberry. HEX triplet: 56, 05 and 25. RGB value is (86,5,37). Sum of RGB (Red+Green+Blue) = 86+5+37=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560525 is #A9FADA. Grayscale: #202020. Windows color (decimal): -11139803 or 2426198. OLE color: 2426198.
HSL color Cylindrical-coordinate representation of color #560525: hue angle of 336.3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560525 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 37 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.66 |
| HSL | 336.3º | 0.89% | 0.18% | - |
| HSV(B) | 336.3º | 0.94% | 0.34% | - |
| XYZ | 4.23 | 2.22 | 1.96 | - |
| YUV | 32.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 37 | 0 | 0.94 | 0.57 | 0.66 | 336.3 | 0.89 | 0.18 |
| Hex | 56 | 5 | 25 | 0 | 5E | 39 | 42 | 150 | 59 | 12 |
| Octal | 126 | 5 | 45 | 0 | 136 | 71 | 102 | 520 | 131 | 22 |
| Binary | 1010110 | 101 | 100101 | 0 | 1011110 | 111001 | 1000010 | 101010000 | 1011001 | 10010 |
Color Harmonies of #560525
Complementary color
Monochromatic Colors of #560525
Black with #560525
Text Example
Text Example
White with #560525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560525; }
p { color: rgb(86,5,37); }
H1.HeaderClassName
{
color: #560525;
}
.AnyTagClassName
{
color: #560525;
}
</style>
background-color css
<style>
a { background-color: #560525; }
a { background-color: rgb(86,5,37); }
div.DivClassName
{
background-color: #560525;
}
.BgClassName
{
background-color: #560525;
}
</style>
border-color css
<style>
span { border-color: #560525; }
span { border-color: rgb(86,5,37); }
td.TdClassName
{
border-color: #560525;
}
.TagClassName
{
border-color: #560525;
}
</style>