#504271

Color #504271 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #504271

Tints of Meteorite #504271

Color information

#504271 (or 0x504271) is unknown color: approx 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

RGB8066113-
CMYK0.290.4200.56
HSL257.87º26.26%35.1%-
HSV(B)257.87º41.59%44.31%-
XYZ8.246.7916.5-
YUV75.54149.14131.18-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80661130.290.4200.56257.8726.2635.1
Hex5042711D2A0381021a23
Octal12010216135520704023243
Binary10100001000010111000111101101010011100010000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>