#550628

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

Shades of Blackberry #550628

Tints of Blackberry #550628

Color information

#550628 (or 0x550628) is unknown color: approx Blackberry. HEX triplet: 55, 06 and 28. RGB value is (85,6,40). Sum of RGB (Red+Green+Blue) = 85+6+40=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #550628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550628 is #AAF9D7. Grayscale: #212121. Windows color (decimal): -11205080 or 2623061. OLE color: 2623061.

HSL color Cylindrical-coordinate representation of color #550628: hue angle of 334.18º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550628 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB85640-
CMYK00.930.530.67
HSL334.18º86.81%17.84%-
HSV(B)334.18º92.94%33.33%-
XYZ4.192.212.21-
YUV33.5131.67164.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=64.89%
G=4.58%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8564000.930.530.67334.1886.8117.84
Hex5562805D354314e5712
Octal12565001356510351612722
Binary1010101110101000010111011101011000011101001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550628; }

 p { color: rgb(85,6,40); }

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

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

 a { background-color: rgb(85,6,40); }

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

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

 span { border-color: rgb(85,6,40); }

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