#56163A

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

Shades of Blackberry #56163A

Tints of Blackberry #56163A

Color information

#56163A (or 0x56163A) is unknown color: approx Blackberry. HEX triplet: 56, 16 and 3A. RGB value is (86,22,58). Sum of RGB (Red+Green+Blue) = 86+22+58=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56163A is #A9E9C5. Grayscale: #2D2D2D. Windows color (decimal): -11135430 or 3806806. OLE color: 3806806.

HSL color Cylindrical-coordinate representation of color #56163A: hue angle of 326.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56163A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB862258-
CMYK00.740.330.66
HSL326.25º59.26%21.18%-
HSV(B)326.25º74.42%33.73%-
XYZ4.892.864.3-
YUV45.24135.2157.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=51.81%
G=13.25%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86225800.740.330.66326.2559.2621.18
Hex56163A04A21421463b15
Octal12626720112411025067325
Binary10101101011011101001001010100001100001010100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56163A; }

 p { color: rgb(86,22,58); }

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

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

 a { background-color: rgb(86,22,58); }

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

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

 span { border-color: rgb(86,22,58); }

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