#55193B

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

Shades of Blackberry #55193B

Tints of Blackberry #55193B

Color information

#55193B (or 0x55193B) is unknown color: approx Blackberry. HEX triplet: 55, 19 and 3B. RGB value is (85,25,59). Sum of RGB (Red+Green+Blue) = 85+25+59=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55193B is #AAE6C4. Grayscale: #2E2E2E. Windows color (decimal): -11200197 or 3873109. OLE color: 3873109.

HSL color Cylindrical-coordinate representation of color #55193B: hue angle of 326º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55193B is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB852559-
CMYK00.710.310.67
HSL326º54.55%21.57%-
HSV(B)326º70.59%33.33%-
XYZ4.882.944.45-
YUV46.82134.88155.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=50.30%
G=14.79%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85255900.710.310.6732654.5521.57
Hex55193B0471F431463716
Octal12531730107371035066726
Binary1010101110011110110100011111111100001110100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55193B; }

 p { color: rgb(85,25,59); }

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

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

 a { background-color: rgb(85,25,59); }

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

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

 span { border-color: rgb(85,25,59); }

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