#55173D

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

Shades of Blackberry #55173D

Tints of Blackberry #55173D

Color information

#55173D (or 0x55173D) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 3D. RGB value is (85,23,61). Sum of RGB (Red+Green+Blue) = 85+23+61=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173D is #AAE8C2. Grayscale: #2D2D2D. Windows color (decimal): -11200707 or 4003669. OLE color: 4003669.

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

Color convert

RGB852361-
CMYK00.730.280.67
HSL323.23º57.41%21.18%-
HSV(B)323.23º72.94%33.33%-
XYZ4.92.884.71-
YUV45.87136.54155.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 61 (24.22% from 255) = 36.09%
R=50.30%
G=13.61%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236100.730.280.67323.2357.4121.18
Hex55173D0491C431433915
Octal12527750111341035037125
Binary1010101101111111010100100111100100001110100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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