Html Css Color HEX #50416D Meteorite

📋 copy color: '#50416D'

red 80 ◦ green 65 ◦ blue 109

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

Shades of Meteorite #50416D

Tints of Meteorite #50416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 31.5%
G = 25.59%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50416D (or 0x50416D) is known color: Meteorite. HEX triplet: 50, 41 and 6D. RGB value is (80,65,109). Sum of RGB (Red+Green+Blue) = 80+65+109=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #50416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50416D is #AFBE92. Grayscale: #4A4A4A. Windows color (decimal): -11517587 or 7160144. OLE color: 7160144.

HSL color Cylindrical-coordinate representation of color #50416D: hue angle of 260.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50416D is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 65 109 -
CMYK 0.27 0.40 0 0.57
HSL 260.45º 0.25% 0.34% -
HSV(B) 260.45º 0.4% 0.43% -
XYZ 7.96 6.59 15.32 -
YUV 74.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 80 65 109 0.27 0.40 0 0.57 260.45 0.25 0.34
Hex 50 41 6D 1B 28 0 39 104 19 22
Octal 120 101 155 33 50 0 71 404 31 42
Binary 1010000 1000001 1101101 11011 101000 0 111001 100000100 11001 100010

Color Harmonies of #50416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50416D

Black with #50416D

Text Example


Text Example

White with #50416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50416D; }

 p { color: rgb(80,65,109); }

 H1.HeaderClassName
 {
   color: #50416D;
 }
 .AnyTagClassName
 {
   color: #50416D;
 }
</style>

background-color css

<style>
 a { background-color: #50416D; }

 a { background-color: rgb(80,65,109); }

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

border-color css

<style>
 span { border-color: #50416D; }

 span { border-color: rgb(80,65,109); }

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