Html Css Color HEX #50486A Meteorite

📋 copy color: '#50486A'

red 80 ◦ green 72 ◦ blue 106

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

Shades of Meteorite #50486A

Tints of Meteorite #50486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 31.01%
G = 27.91%
B = 41.09%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50486A (or 0x50486A) is known color: Meteorite. HEX triplet: 50, 48 and 6A. RGB value is (80,72,106). Sum of RGB (Red+Green+Blue) = 80+72+106=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #50486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486A is #AFB795. Grayscale: #4E4E4E. Windows color (decimal): -11515798 or 6965328. OLE color: 6965328.

HSL color Cylindrical-coordinate representation of color #50486A: hue angle of 254.12º 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 #50486A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 72 106 -
CMYK 0.25 0.32 0 0.58
HSL 254.12º 0.19% 0.35% -
HSV(B) 254.12º 0.32% 0.42% -
XYZ 8.23 7.38 14.63 -
YUV 78.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 80 72 106 0.25 0.32 0 0.58 254.12 0.19 0.35
Hex 50 48 6A 19 20 0 3A FE 13 23
Octal 120 110 152 31 40 0 72 376 23 43
Binary 1010000 1001000 1101010 11001 100000 0 111010 11111110 10011 100011

Color Harmonies of #50486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50486A

Black with #50486A

Text Example


Text Example

White with #50486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50486A; }

 p { color: rgb(80,72,106); }

 H1.HeaderClassName
 {
   color: #50486A;
 }
 .AnyTagClassName
 {
   color: #50486A;
 }
</style>

background-color css

<style>
 a { background-color: #50486A; }

 a { background-color: rgb(80,72,106); }

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

border-color css

<style>
 span { border-color: #50486A; }

 span { border-color: rgb(80,72,106); }

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