#56133A

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

Shades of Blackberry #56133A

Tints of Blackberry #56133A

Color information

#56133A (or 0x56133A) is unknown color: approx Blackberry. HEX triplet: 56, 13 and 3A. RGB value is (86,19,58). Sum of RGB (Red+Green+Blue) = 86+19+58=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133A is #A9ECC5. Grayscale: #2B2B2B. Windows color (decimal): -11136198 or 3806038. OLE color: 3806038.

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

Color convert

RGB861958-
CMYK00.780.330.66
HSL325.07º63.81%20.59%-
HSV(B)325.07º77.91%33.73%-
XYZ4.832.754.28-
YUV43.48136.2158.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=52.76%
G=11.66%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86195800.780.330.66325.0763.8120.59
Hex56133A04E21421454015
Octal126237201164110250510025
Binary101011010011111010010011101000011000010101000101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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