Html Css Color HEX #50216C Blue Diamond

📋 copy color: '#50216C'

red 80 ◦ green 33 ◦ blue 108

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

Shades of Blue Diamond #50216C

Tints of Blue Diamond #50216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 36.2%
G = 14.93%
B = 48.87%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50216C (or 0x50216C) is known color: Blue Diamond. HEX triplet: 50, 21 and 6C. RGB value is (80,33,108). Sum of RGB (Red+Green+Blue) = 80+33+108=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #50216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50216C is #AFDE93. Grayscale: #373737. Windows color (decimal): -11525780 or 7086416. OLE color: 7086416.

HSL color Cylindrical-coordinate representation of color #50216C: hue angle of 277.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50216C is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 33 108 -
CMYK 0.26 0.69 0 0.58
HSL 277.6º 0.53% 0.28% -
HSV(B) 277.6º 0.69% 0.42% -
XYZ 6.56 3.88 14.59 -
YUV 55.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 80 33 108 0.26 0.69 0 0.58 277.6 0.53 0.28
Hex 50 21 6C 1A 45 0 3A 116 35 1C
Octal 120 41 154 32 105 0 72 426 65 34
Binary 1010000 100001 1101100 11010 1000101 0 111010 100010110 110101 11100

Color Harmonies of #50216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50216C

Black with #50216C

Text Example


Text Example

White with #50216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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