Html Css Color HEX #50206E Blue Diamond

📋 copy color: '#50206E'

red 80 ◦ green 32 ◦ blue 110

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

Shades of Blue Diamond #50206E

Tints of Blue Diamond #50206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 36.04%
G = 14.41%
B = 49.55%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50206E (or 0x50206E) is known color: Blue Diamond. HEX triplet: 50, 20 and 6E. RGB value is (80,32,110). Sum of RGB (Red+Green+Blue) = 80+32+110=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #50206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50206E is #AFDF91. Grayscale: #363636. Windows color (decimal): -11526034 or 7217232. OLE color: 7217232.

HSL color Cylindrical-coordinate representation of color #50206E: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50206E is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 32 110 -
CMYK 0.27 0.71 0 0.57
HSL 276.92º 0.55% 0.28% -
HSV(B) 276.92º 0.71% 0.43% -
XYZ 6.64 3.86 15.15 -
YUV 55.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 80 32 110 0.27 0.71 0 0.57 276.92 0.55 0.28
Hex 50 20 6E 1B 47 0 39 115 37 1C
Octal 120 40 156 33 107 0 71 425 67 34
Binary 1010000 100000 1101110 11011 1000111 0 111001 100010101 110111 11100

Color Harmonies of #50206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50206E

Black with #50206E

Text Example


Text Example

White with #50206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50206E; }

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

 H1.HeaderClassName
 {
   color: #50206E;
 }
 .AnyTagClassName
 {
   color: #50206E;
 }
</style>

background-color css

<style>
 a { background-color: #50206E; }

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

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

border-color css

<style>
 span { border-color: #50206E; }

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

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