Html Css Color HEX #504271 Meteorite

📋 copy color: '#504271'

red 80 ◦ green 66 ◦ blue 113

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

Shades of Meteorite #504271

Tints of Meteorite #504271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 30.89%
G = 25.48%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504271 (or 0x504271) is known color: Meteorite. HEX triplet: 50, 42 and 71. RGB value is (80,66,113). Sum of RGB (Red+Green+Blue) = 80+66+113=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #504271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504271 is #AFBD8E. Grayscale: #4B4B4B. Windows color (decimal): -11517327 or 7422544. OLE color: 7422544.

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

Color convert

RGB 80 66 113 -
CMYK 0.29 0.42 0 0.56
HSL 257.87º 0.26% 0.35% -
HSV(B) 257.87º 0.42% 0.44% -
XYZ 8.24 6.79 16.5 -
YUV 75.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 80 66 113 0.29 0.42 0 0.56 257.87 0.26 0.35
Hex 50 42 71 1D 2A 0 38 102 1A 23
Octal 120 102 161 35 52 0 70 402 32 43
Binary 1010000 1000010 1110001 11101 101010 0 111000 100000010 11010 100011

Color Harmonies of #504271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504271

Black with #504271

Text Example


Text Example

White with #504271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504271; }

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

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

background-color css

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

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

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

border-color css

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

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

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