#55173F

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

Shades of Blackberry #55173F

Tints of Blackberry #55173F

Color information

#55173F (or 0x55173F) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 3F. RGB value is (85,23,63). Sum of RGB (Red+Green+Blue) = 85+23+63=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173F is #AAE8C0. Grayscale: #2E2E2E. Windows color (decimal): -11200705 or 4134741. OLE color: 4134741.

HSL color Cylindrical-coordinate representation of color #55173F: hue angle of 321.29º 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 #55173F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB852363-
CMYK00.730.260.67
HSL321.29º57.41%21.18%-
HSV(B)321.29º72.94%33.33%-
XYZ4.952.95-
YUV46.1137.54155.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 63 (25% from 255) = 36.84%
R=49.71%
G=13.45%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236300.730.260.67321.2957.4121.18
Hex55173F0491A431413915
Octal12527770111321035017125
Binary1010101101111111110100100111010100001110100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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