#560527

Color #560527 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #560527

Tints of Blackberry #560527

Color information

#560527 (or 0x560527) is unknown color: approx Blackberry. HEX triplet: 56, 05 and 27. RGB value is (86,5,39). Sum of RGB (Red+Green+Blue) = 86+5+39=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560527 is #A9FAD8. Grayscale: #212121. Windows color (decimal): -11139801 or 2557270. OLE color: 2557270.

HSL color Cylindrical-coordinate representation of color #560527: hue angle of 334.81º 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 #560527 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB86539-
CMYK00.940.550.66
HSL334.81º89.01%17.84%-
HSV(B)334.81º94.19%33.73%-
XYZ4.262.232.13-
YUV33.1131.34165.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 39 (15.62% from 255) = 30%
R=66.15%
G=3.85%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653900.940.550.66334.8189.0117.84
Hex5652705E374214f5912
Octal12654701366710251713122
Binary1010110101100111010111101101111000010101001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560527; }

 p { color: rgb(86,5,39); }

 H1.HeaderClassName
 {
   color: #560527;
 }
 .AnyTagClassName
 {
   color: #560527;
 }
</style>
background-color css

<style>
 a { background-color: #560527; }

 a { background-color: rgb(86,5,39); }

 div.DivClassName
 {
   background-color: #560527;
 }
 .BgClassName
 {
   background-color: #560527;
 }
</style>
border-color css

<style>
 span { border-color: #560527; }

 span { border-color: rgb(86,5,39); }

 td.TdClassName
 {
   border-color: #560527;
 }
 .TagClassName
 {
   border-color: #560527;
 }
</style>