Html Css Color HEX #50206F Blue Diamond

📋 copy color: '#50206F'

red 80 ◦ green 32 ◦ blue 111

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

Shades of Blue Diamond #50206F

Tints of Blue Diamond #50206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 35.87%
G = 14.35%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50206F (or 0x50206F) is known color: Blue Diamond. HEX triplet: 50, 20 and 6F. RGB value is (80,32,111). Sum of RGB (Red+Green+Blue) = 80+32+111=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #50206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50206F is #AFDF90. Grayscale: #373737. Windows color (decimal): -11526033 or 7282768. OLE color: 7282768.

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

Color convert

RGB 80 32 111 -
CMYK 0.28 0.71 0 0.56
HSL 276.46º 0.55% 0.28% -
HSV(B) 276.46º 0.71% 0.44% -
XYZ 6.69 3.89 15.44 -
YUV 55.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 80 32 111 0.28 0.71 0 0.56 276.46 0.55 0.28
Hex 50 20 6F 1C 47 0 38 114 37 1C
Octal 120 40 157 34 107 0 70 424 67 34
Binary 1010000 100000 1101111 11100 1000111 0 111000 100010100 110111 11100

Color Harmonies of #50206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50206F

Black with #50206F

Text Example


Text Example

White with #50206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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