Html Css Color HEX #50197C Blue Diamond

📋 copy color: '#50197C'

red 80 ◦ green 25 ◦ blue 124

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

Shades of Blue Diamond #50197C

Tints of Blue Diamond #50197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 34.93%
G = 10.92%
B = 54.15%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50197C (or 0x50197C) is known color: Blue Diamond. HEX triplet: 50, 19 and 7C. RGB value is (80,25,124). Sum of RGB (Red+Green+Blue) = 80+25+124=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #50197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197C is #AFE683. Grayscale: #343434. Windows color (decimal): -11527812 or 8132944. OLE color: 8132944.

HSL color Cylindrical-coordinate representation of color #50197C: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197C is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 25 124 -
CMYK 0.35 0.80 0 0.51
HSL 273.33º 0.66% 0.29% -
HSV(B) 273.33º 0.8% 0.49% -
XYZ 7.29 3.86 19.43 -
YUV 52.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 80 25 124 0.35 0.80 0 0.51 273.33 0.66 0.29
Hex 50 19 7C 23 50 0 33 111 42 1D
Octal 120 31 174 43 120 0 63 421 102 35
Binary 1010000 11001 1111100 100011 1010000 0 110011 100010001 1000010 11101

Color Harmonies of #50197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50197C

Black with #50197C

Text Example


Text Example

White with #50197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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