#551537

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

Shades of Blackberry #551537

Tints of Blackberry #551537

Color information

#551537 (or 0x551537) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 37. RGB value is (85,21,55). Sum of RGB (Red+Green+Blue) = 85+21+55=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551537 is #AAEAC8. Grayscale: #2B2B2B. Windows color (decimal): -11201225 or 3609941. OLE color: 3609941.

HSL color Cylindrical-coordinate representation of color #551537: hue angle of 328.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551537 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB852155-
CMYK00.750.350.67
HSL328.12º60.38%20.78%-
HSV(B)328.12º75.29%33.33%-
XYZ4.72.743.9-
YUV44.01134.2157.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=52.80%
G=13.04%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215500.750.350.67328.1260.3820.78
Hex55153704B23431483c15
Octal12525670113431035107425
Binary10101011010111011101001011100011100001110100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551537; }

 p { color: rgb(85,21,55); }

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

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

 a { background-color: rgb(85,21,55); }

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

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

 span { border-color: rgb(85,21,55); }

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