Html Css Color HEX #50216E Blue Diamond

📋 copy color: '#50216E'

red 80 ◦ green 33 ◦ blue 110

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

Shades of Blue Diamond #50216E

Tints of Blue Diamond #50216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 35.87%
G = 14.8%
B = 49.33%

CMYK

 C value IS 0.27

 M value IS 0.7

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50216E (or 0x50216E) is known color: Blue Diamond. HEX triplet: 50, 21 and 6E. RGB value is (80,33,110). Sum of RGB (Red+Green+Blue) = 80+33+110=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #50216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50216E is #AFDE91. Grayscale: #373737. Windows color (decimal): -11525778 or 7217488. OLE color: 7217488.

HSL color Cylindrical-coordinate representation of color #50216E: hue angle of 276.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50216E is Cyan = 0.27, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 33 110 -
CMYK 0.27 0.7 0 0.57
HSL 276.62º 0.54% 0.28% -
HSV(B) 276.62º 0.7% 0.43% -
XYZ 6.67 3.92 15.16 -
YUV 55.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 80 33 110 0.27 0.7 0 0.57 276.62 0.54 0.28
Hex 50 21 6E 1B 46 0 39 115 36 1C
Octal 120 41 156 33 106 0 71 425 66 34
Binary 1010000 100001 1101110 11011 1000110 0 111001 100010101 110110 11100

Color Harmonies of #50216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50216E

Black with #50216E

Text Example


Text Example

White with #50216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50216E; }

 p { color: rgb(80,33,110); }

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

background-color css

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

 a { background-color: rgb(80,33,110); }

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

border-color css

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

 span { border-color: rgb(80,33,110); }

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