#55173E

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

Shades of Blackberry #55173E

Tints of Blackberry #55173E

Color information

#55173E (or 0x55173E) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 3E. RGB value is (85,23,62). Sum of RGB (Red+Green+Blue) = 85+23+62=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173E is #AAE8C1. Grayscale: #2D2D2D. Windows color (decimal): -11200706 or 4069205. OLE color: 4069205.

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

Color convert

RGB852362-
CMYK00.730.270.67
HSL322.26º57.41%21.18%-
HSV(B)322.26º72.94%33.33%-
XYZ4.922.894.86-
YUV45.98137.04155.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=50%
G=13.53%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236200.730.270.67322.2657.4121.18
Hex55173E0491B431423915
Octal12527760111331035027125
Binary1010101101111111100100100111011100001110100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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