#55173C

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

Shades of Blackberry #55173C

Tints of Blackberry #55173C

Color information

#55173C (or 0x55173C) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 3C. RGB value is (85,23,60). Sum of RGB (Red+Green+Blue) = 85+23+60=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173C is #AAE8C3. Grayscale: #2D2D2D. Windows color (decimal): -11200708 or 3938133. OLE color: 3938133.

HSL color Cylindrical-coordinate representation of color #55173C: hue angle of 324.19º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55173C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB852360-
CMYK00.730.290.67
HSL324.19º57.41%21.18%-
HSV(B)324.19º72.94%33.33%-
XYZ4.872.874.57-
YUV45.76136.04155.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=50.60%
G=13.69%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236000.730.290.67324.1957.4121.18
Hex55173C0491D431443915
Octal12527740111351035047125
Binary1010101101111111000100100111101100001110100010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55173C; }

 p { color: rgb(85,23,60); }

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

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

 a { background-color: rgb(85,23,60); }

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

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

 span { border-color: rgb(85,23,60); }

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