Html Css Color HEX #50416C Meteorite

📋 copy color: '#50416C'

red 80 ◦ green 65 ◦ blue 108

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

Shades of Meteorite #50416C

Tints of Meteorite #50416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 31.62%
G = 25.69%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50416C (or 0x50416C) is known color: Meteorite. HEX triplet: 50, 41 and 6C. RGB value is (80,65,108). Sum of RGB (Red+Green+Blue) = 80+65+108=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #50416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50416C is #AFBE93. Grayscale: #4A4A4A. Windows color (decimal): -11517588 or 7094608. OLE color: 7094608.

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

Color convert

RGB 80 65 108 -
CMYK 0.26 0.40 0 0.58
HSL 260.93º 0.25% 0.34% -
HSV(B) 260.93º 0.4% 0.42% -
XYZ 7.91 6.57 15.04 -
YUV 74.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 80 65 108 0.26 0.40 0 0.58 260.93 0.25 0.34
Hex 50 41 6C 1A 28 0 3A 105 19 22
Octal 120 101 154 32 50 0 72 405 31 42
Binary 1010000 1000001 1101100 11010 101000 0 111010 100000101 11001 100010

Color Harmonies of #50416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50416C

Black with #50416C

Text Example


Text Example

White with #50416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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