Html Css Color HEX #50216F Blue Diamond

📋 copy color: '#50216F'

red 80 ◦ green 33 ◦ blue 111

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

Shades of Blue Diamond #50216F

Tints of Blue Diamond #50216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 35.71%
G = 14.73%
B = 49.55%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50216F (or 0x50216F) is known color: Blue Diamond. HEX triplet: 50, 21 and 6F. RGB value is (80,33,111). Sum of RGB (Red+Green+Blue) = 80+33+111=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #50216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50216F is #AFDE90. Grayscale: #373737. Windows color (decimal): -11525777 or 7283024. OLE color: 7283024.

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

Color convert

RGB 80 33 111 -
CMYK 0.28 0.70 0 0.56
HSL 276.15º 0.54% 0.28% -
HSV(B) 276.15º 0.7% 0.44% -
XYZ 6.72 3.94 15.45 -
YUV 55.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 80 33 111 0.28 0.70 0 0.56 276.15 0.54 0.28
Hex 50 21 6F 1C 46 0 38 114 36 1C
Octal 120 41 157 34 106 0 70 424 66 34
Binary 1010000 100001 1101111 11100 1000110 0 111000 100010100 110110 11100

Color Harmonies of #50216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50216F

Black with #50216F

Text Example


Text Example

White with #50216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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