Html Css Color HEX #50486D Meteorite

📋 copy color: '#50486D'

red 80 ◦ green 72 ◦ blue 109

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

Shades of Meteorite #50486D

Tints of Meteorite #50486D

RGB

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

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

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

R = 30.65%
G = 27.59%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50486D (or 0x50486D) is known color: Meteorite. HEX triplet: 50, 48 and 6D. RGB value is (80,72,109). Sum of RGB (Red+Green+Blue) = 80+72+109=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #50486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486D is #AFB792. Grayscale: #4E4E4E. Windows color (decimal): -11515795 or 7161936. OLE color: 7161936.

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

Color convert

RGB 80 72 109 -
CMYK 0.27 0.34 0 0.57
HSL 252.97º 0.2% 0.35% -
HSV(B) 252.97º 0.34% 0.43% -
XYZ 8.39 7.44 15.46 -
YUV 78.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 80 72 109 0.27 0.34 0 0.57 252.97 0.2 0.35
Hex 50 48 6D 1B 22 0 39 FD 14 23
Octal 120 110 155 33 42 0 71 375 24 43
Binary 1010000 1001000 1101101 11011 100010 0 111001 11111101 10100 100011

Color Harmonies of #50486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50486D

Black with #50486D

Text Example


Text Example

White with #50486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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