Html Css Color HEX #504371 Meteorite

📋 copy color: '#504371'

red 80 ◦ green 67 ◦ blue 113

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

Shades of Meteorite #504371

Tints of Meteorite #504371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 30.77%
G = 25.77%
B = 43.46%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504371 (or 0x504371) is known color: Meteorite. HEX triplet: 50, 43 and 71. RGB value is (80,67,113). Sum of RGB (Red+Green+Blue) = 80+67+113=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #504371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504371 is #AFBC8E. Grayscale: #4B4B4B. Windows color (decimal): -11517071 or 7422800. OLE color: 7422800.

HSL color Cylindrical-coordinate representation of color #504371: hue angle of 256.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504371 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 67 113 -
CMYK 0.29 0.41 0 0.56
HSL 256.96º 0.26% 0.35% -
HSV(B) 256.96º 0.41% 0.44% -
XYZ 8.3 6.91 16.52 -
YUV 76.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 80 67 113 0.29 0.41 0 0.56 256.96 0.26 0.35
Hex 50 43 71 1D 29 0 38 101 1A 23
Octal 120 103 161 35 51 0 70 401 32 43
Binary 1010000 1000011 1110001 11101 101001 0 111000 100000001 11010 100011

Color Harmonies of #504371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504371

Black with #504371

Text Example


Text Example

White with #504371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504371; }

 p { color: rgb(80,67,113); }

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

background-color css

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

 a { background-color: rgb(80,67,113); }

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

border-color css

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

 span { border-color: rgb(80,67,113); }

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