Html Css Color HEX #50196D Blue Diamond

📋 copy color: '#50196D'

red 80 ◦ green 25 ◦ blue 109

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

Shades of Blue Diamond #50196D

Tints of Blue Diamond #50196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 37.38%
G = 11.68%
B = 50.93%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50196D (or 0x50196D) is known color: Blue Diamond. HEX triplet: 50, 19 and 6D. RGB value is (80,25,109). Sum of RGB (Red+Green+Blue) = 80+25+109=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #50196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50196D is #AFE692. Grayscale: #323232. Windows color (decimal): -11527827 or 7149904. OLE color: 7149904.

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

Color convert

RGB 80 25 109 -
CMYK 0.27 0.77 0 0.57
HSL 279.29º 0.63% 0.26% -
HSV(B) 279.29º 0.77% 0.43% -
XYZ 6.42 3.5 14.81 -
YUV 51.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 80 25 109 0.27 0.77 0 0.57 279.29 0.63 0.26
Hex 50 19 6D 1B 4D 0 39 117 3F 1A
Octal 120 31 155 33 115 0 71 427 77 32
Binary 1010000 11001 1101101 11011 1001101 0 111001 100010111 111111 11010

Color Harmonies of #50196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50196D

Black with #50196D

Text Example


Text Example

White with #50196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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