Html Css Color HEX #50297C Blue Diamond

📋 copy color: '#50297C'

red 80 ◦ green 41 ◦ blue 124

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

Shades of Blue Diamond #50297C

Tints of Blue Diamond #50297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 32.65%
G = 16.73%
B = 50.61%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50297C (or 0x50297C) is known color: Blue Diamond. HEX triplet: 50, 29 and 7C. RGB value is (80,41,124). Sum of RGB (Red+Green+Blue) = 80+41+124=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #50297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50297C is #AFD683. Grayscale: #3D3D3D. Windows color (decimal): -11523716 or 8137040. OLE color: 8137040.

HSL color Cylindrical-coordinate representation of color #50297C: hue angle of 268.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50297C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 41 124 -
CMYK 0.35 0.67 0 0.51
HSL 268.19º 0.5% 0.32% -
HSV(B) 268.19º 0.67% 0.49% -
XYZ 7.74 4.75 19.58 -
YUV 62.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 80 41 124 0.35 0.67 0 0.51 268.19 0.5 0.32
Hex 50 29 7C 23 43 0 33 10C 32 20
Octal 120 51 174 43 103 0 63 414 62 40
Binary 1010000 101001 1111100 100011 1000011 0 110011 100001100 110010 100000

Color Harmonies of #50297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50297C

Black with #50297C

Text Example


Text Example

White with #50297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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