Html Css Color HEX #50486C Meteorite

📋 copy color: '#50486C'

red 80 ◦ green 72 ◦ blue 108

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

Shades of Meteorite #50486C

Tints of Meteorite #50486C

RGB

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

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

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

R = 30.77%
G = 27.69%
B = 41.54%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50486C (or 0x50486C) is known color: Meteorite. HEX triplet: 50, 48 and 6C. RGB value is (80,72,108). Sum of RGB (Red+Green+Blue) = 80+72+108=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #50486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486C is #AFB793. Grayscale: #4E4E4E. Windows color (decimal): -11515796 or 7096400. OLE color: 7096400.

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

Color convert

RGB 80 72 108 -
CMYK 0.26 0.33 0 0.58
HSL 253.33º 0.2% 0.35% -
HSV(B) 253.33º 0.33% 0.42% -
XYZ 8.33 7.42 15.18 -
YUV 78.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 80 72 108 0.26 0.33 0 0.58 253.33 0.2 0.35
Hex 50 48 6C 1A 21 0 3A FD 14 23
Octal 120 110 154 32 41 0 72 375 24 43
Binary 1010000 1001000 1101100 11010 100001 0 111010 11111101 10100 100011

Color Harmonies of #50486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50486C

Black with #50486C

Text Example


Text Example

White with #50486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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