Html Css Color HEX #500532 Blackberry

📋 copy color: '#500532'

red 80 ◦ green 5 ◦ blue 50

#500532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #500532

Tints of Blackberry #500532

RGB

 RED value IS 80 (31.64% from 255) = 59.26%

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 59.26%
G = 3.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500532 (or 0x500532) is known color: Blackberry. HEX triplet: 50, 05 and 32. RGB value is (80,5,50). Sum of RGB (Red+Green+Blue) = 80+5+50=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500532 is #AFFACD. Grayscale: #202020. Windows color (decimal): -11533006 or 3278160. OLE color: 3278160.

HSL color Cylindrical-coordinate representation of color #500532: hue angle of 324º 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 #500532 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 50 -
CMYK 0 0.94 0.37 0.69
HSL 324º 0.88% 0.17% -
HSV(B) 324º 0.94% 0.31% -
XYZ 3.94 2.04 3.2 -
YUV 32.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 80 5 50 0 0.94 0.37 0.69 324 0.88 0.17
Hex 50 5 32 0 5E 25 45 144 58 11
Octal 120 5 62 0 136 45 105 504 130 21
Binary 1010000 101 110010 0 1011110 100101 1000101 101000100 1011000 10001

Color Harmonies of #500532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500532

Black with #500532

Text Example


Text Example

White with #500532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500532; }

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

 H1.HeaderClassName
 {
   color: #500532;
 }
 .AnyTagClassName
 {
   color: #500532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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