Html Css Color HEX #50486F Meteorite

📋 copy color: '#50486F'

red 80 ◦ green 72 ◦ blue 111

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

Shades of Meteorite #50486F

Tints of Meteorite #50486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 30.42%
G = 27.38%
B = 42.21%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50486F (or 0x50486F) is known color: Meteorite. HEX triplet: 50, 48 and 6F. RGB value is (80,72,111). Sum of RGB (Red+Green+Blue) = 80+72+111=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #50486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486F is #AFB790. Grayscale: #4E4E4E. Windows color (decimal): -11515793 or 7293008. OLE color: 7293008.

HSL color Cylindrical-coordinate representation of color #50486F: hue angle of 252.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50486F is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 72 111 -
CMYK 0.28 0.35 0 0.56
HSL 252.31º 0.21% 0.36% -
HSV(B) 252.31º 0.35% 0.44% -
XYZ 8.49 7.49 16.04 -
YUV 78.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 80 72 111 0.28 0.35 0 0.56 252.31 0.21 0.36
Hex 50 48 6F 1C 23 0 38 FC 15 24
Octal 120 110 157 34 43 0 70 374 25 44
Binary 1010000 1001000 1101111 11100 100011 0 111000 11111100 10101 100100

Color Harmonies of #50486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50486F

Black with #50486F

Text Example


Text Example

White with #50486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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