Html Css Color HEX #50207C Blue Diamond

📋 copy color: '#50207C'

red 80 ◦ green 32 ◦ blue 124

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

Shades of Blue Diamond #50207C

Tints of Blue Diamond #50207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 33.9%
G = 13.56%
B = 52.54%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50207C (or 0x50207C) is known color: Blue Diamond. HEX triplet: 50, 20 and 7C. RGB value is (80,32,124). Sum of RGB (Red+Green+Blue) = 80+32+124=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #50207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50207C is #AFDF83. Grayscale: #383838. Windows color (decimal): -11526020 or 8134736. OLE color: 8134736.

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

Color convert

RGB 80 32 124 -
CMYK 0.35 0.74 0 0.51
HSL 271.3º 0.59% 0.31% -
HSV(B) 271.3º 0.74% 0.49% -
XYZ 7.46 4.19 19.48 -
YUV 56.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 80 32 124 0.35 0.74 0 0.51 271.3 0.59 0.31
Hex 50 20 7C 23 4A 0 33 10F 3B 1F
Octal 120 40 174 43 112 0 63 417 73 37
Binary 1010000 100000 1111100 100011 1001010 0 110011 100001111 111011 11111

Color Harmonies of #50207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50207C

Black with #50207C

Text Example


Text Example

White with #50207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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