#500523

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

Shades of Blackberry #500523

Tints of Blackberry #500523

Color information

#500523 (or 0x500523) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 23. RGB value is (80,5,35). Sum of RGB (Red+Green+Blue) = 80+5+35=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500523 is #AFFADC. Grayscale: #1E1E1E. Windows color (decimal): -11533021 or 2295120. OLE color: 2295120.

HSL color Cylindrical-coordinate representation of color #500523: hue angle of 336º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500523 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB80535-
CMYK00.940.560.69
HSL336º88.24%16.67%-
HSV(B)336º93.75%31.37%-
XYZ3.671.941.77-
YUV30.84130.35163.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=66.67%
G=4.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053500.940.560.6933688.2416.67
Hex5052305E38451505811
Octal12054301367010552013021
Binary1010000101100011010111101110001000101101010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500523; }

 p { color: rgb(80,5,35); }

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

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

 a { background-color: rgb(80,5,35); }

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

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

 span { border-color: rgb(80,5,35); }

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