Html Css Color HEX #50326D Blue Diamond

📋 copy color: '#50326D'

red 80 ◦ green 50 ◦ blue 109

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

Shades of Blue Diamond #50326D

Tints of Blue Diamond #50326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 33.47%
G = 20.92%
B = 45.61%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50326D (or 0x50326D) is known color: Blue Diamond. HEX triplet: 50, 32 and 6D. RGB value is (80,50,109). Sum of RGB (Red+Green+Blue) = 80+50+109=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #50326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50326D is #AFCD92. Grayscale: #414141. Windows color (decimal): -11521427 or 7156304. OLE color: 7156304.

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

Color convert

RGB 80 50 109 -
CMYK 0.27 0.54 0 0.57
HSL 270.51º 0.37% 0.31% -
HSV(B) 270.51º 0.54% 0.43% -
XYZ 7.21 5.09 15.07 -
YUV 65.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 80 50 109 0.27 0.54 0 0.57 270.51 0.37 0.31
Hex 50 32 6D 1B 36 0 39 10F 25 1F
Octal 120 62 155 33 66 0 71 417 45 37
Binary 1010000 110010 1101101 11011 110110 0 111001 100001111 100101 11111

Color Harmonies of #50326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50326D

Black with #50326D

Text Example


Text Example

White with #50326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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