Html Css Color HEX #50416E Meteorite

📋 copy color: '#50416E'

red 80 ◦ green 65 ◦ blue 110

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

Shades of Meteorite #50416E

Tints of Meteorite #50416E

RGB

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

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

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

R = 31.37%
G = 25.49%
B = 43.14%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50416E (or 0x50416E) is known color: Meteorite. HEX triplet: 50, 41 and 6E. RGB value is (80,65,110). Sum of RGB (Red+Green+Blue) = 80+65+110=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #50416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50416E is #AFBE91. Grayscale: #4A4A4A. Windows color (decimal): -11517586 or 7225680. OLE color: 7225680.

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

Color convert

RGB 80 65 110 -
CMYK 0.27 0.41 0 0.57
HSL 260º 0.26% 0.34% -
HSV(B) 260º 0.41% 0.43% -
XYZ 8.01 6.61 15.61 -
YUV 74.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 80 65 110 0.27 0.41 0 0.57 260 0.26 0.34
Hex 50 41 6E 1B 29 0 39 104 1A 22
Octal 120 101 156 33 51 0 71 404 32 42
Binary 1010000 1000001 1101110 11011 101001 0 111001 100000100 11010 100010

Color Harmonies of #50416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50416E

Black with #50416E

Text Example


Text Example

White with #50416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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