Html Css Color HEX #504071 Meteorite

📋 copy color: '#504071'

red 80 ◦ green 64 ◦ blue 113

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

Shades of Meteorite #504071

Tints of Meteorite #504071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 31.13%
G = 24.9%
B = 43.97%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504071 (or 0x504071) is known color: Meteorite. HEX triplet: 50, 40 and 71. RGB value is (80,64,113). Sum of RGB (Red+Green+Blue) = 80+64+113=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #504071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504071 is #AFBF8E. Grayscale: #4A4A4A. Windows color (decimal): -11517839 or 7422032. OLE color: 7422032.

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

Color convert

RGB 80 64 113 -
CMYK 0.29 0.43 0 0.56
HSL 259.59º 0.28% 0.35% -
HSV(B) 259.59º 0.43% 0.44% -
XYZ 8.12 6.56 16.46 -
YUV 74.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 80 64 113 0.29 0.43 0 0.56 259.59 0.28 0.35
Hex 50 40 71 1D 2B 0 38 104 1C 23
Octal 120 100 161 35 53 0 70 404 34 43
Binary 1010000 1000000 1110001 11101 101011 0 111000 100000100 11100 100011

Color Harmonies of #504071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504071

Black with #504071

Text Example


Text Example

White with #504071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504071; }

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

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

background-color css

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

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

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

border-color css

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

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

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