#551533

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

Shades of Blackberry #551533

Tints of Blackberry #551533

Color information

#551533 (or 0x551533) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 33. RGB value is (85,21,51). Sum of RGB (Red+Green+Blue) = 85+21+51=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551533 is #AAEACC. Grayscale: #2B2B2B. Windows color (decimal): -11201229 or 3347797. OLE color: 3347797.

HSL color Cylindrical-coordinate representation of color #551533: hue angle of 331.88º 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 #551533 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB852151-
CMYK00.750.400.67
HSL331.88º60.38%20.78%-
HSV(B)331.88º75.29%33.33%-
XYZ4.612.713.41-
YUV43.56132.2157.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=54.14%
G=13.38%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215100.750.400.67331.8860.3820.78
Hex55153304B284314c3c15
Octal12525630113501035147425
Binary10101011010111001101001011101000100001110100110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551533; }

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

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

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

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

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

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

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

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