Html Css Color HEX #50496C Meteorite

📋 copy color: '#50496C'

red 80 ◦ green 73 ◦ blue 108

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

Shades of Meteorite #50496C

Tints of Meteorite #50496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 30.65%
G = 27.97%
B = 41.38%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50496C (or 0x50496C) is known color: Meteorite. HEX triplet: 50, 49 and 6C. RGB value is (80,73,108). Sum of RGB (Red+Green+Blue) = 80+73+108=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #50496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50496C is #AFB693. Grayscale: #4E4E4E. Windows color (decimal): -11515540 or 7096656. OLE color: 7096656.

HSL color Cylindrical-coordinate representation of color #50496C: hue angle of 252º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50496C is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 73 108 -
CMYK 0.26 0.32 0 0.58
HSL 252º 0.19% 0.35% -
HSV(B) 252º 0.32% 0.42% -
XYZ 8.4 7.55 15.2 -
YUV 79.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 80 73 108 0.26 0.32 0 0.58 252 0.19 0.35
Hex 50 49 6C 1A 20 0 3A FC 13 23
Octal 120 111 154 32 40 0 72 374 23 43
Binary 1010000 1001001 1101100 11010 100000 0 111010 11111100 10011 100011

Color Harmonies of #50496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50496C

Black with #50496C

Text Example


Text Example

White with #50496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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