Html Css Color HEX #504773 Meteorite

📋 copy color: '#504773'

red 80 ◦ green 71 ◦ blue 115

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

Shades of Meteorite #504773

Tints of Meteorite #504773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 30.08%
G = 26.69%
B = 43.23%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504773 (or 0x504773) is known color: Meteorite. HEX triplet: 50, 47 and 73. RGB value is (80,71,115). Sum of RGB (Red+Green+Blue) = 80+71+115=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #504773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504773 is #AFB88C. Grayscale: #4E4E4E. Windows color (decimal): -11516045 or 7554896. OLE color: 7554896.

HSL color Cylindrical-coordinate representation of color #504773: hue angle of 252.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504773 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 71 115 -
CMYK 0.30 0.38 0 0.55
HSL 252.27º 0.24% 0.36% -
HSV(B) 252.27º 0.38% 0.45% -
XYZ 8.66 7.45 17.2 -
YUV 78.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 80 71 115 0.30 0.38 0 0.55 252.27 0.24 0.36
Hex 50 47 73 1E 26 0 37 FC 18 24
Octal 120 107 163 36 46 0 67 374 30 44
Binary 1010000 1000111 1110011 11110 100110 0 110111 11111100 11000 100100

Color Harmonies of #504773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504773

Black with #504773

Text Example


Text Example

White with #504773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504773; }

 p { color: rgb(80,71,115); }

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

background-color css

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

 a { background-color: rgb(80,71,115); }

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

border-color css

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

 span { border-color: rgb(80,71,115); }

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