#51476E

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

Shades of Meteorite #51476E

Tints of Meteorite #51476E

Color information

#51476E (or 0x51476E) is unknown color: approx Meteorite. HEX triplet: 51, 47 and 6E. RGB value is (81,71,110). Sum of RGB (Red+Green+Blue) = 81+71+110=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #51476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51476E is #AEB891. Grayscale: #4E4E4E. Windows color (decimal): -11450514 or 7227217. OLE color: 7227217.

HSL color Cylindrical-coordinate representation of color #51476E: hue angle of 255.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51476E is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8171110-
CMYK0.260.3500.57
HSL255.38º21.55%35.49%-
HSV(B)255.38º35.45%43.14%-
XYZ8.467.3815.73-
YUV78.44145.81129.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=30.92%
G=27.10%
B=41.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81711100.260.3500.57255.3821.5535.49
Hex51476E1A23039ff1623
Octal12110715632430713772643
Binary1010001100011111011101101010001101110011111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51476E; }

 p { color: rgb(81,71,110); }

 H1.HeaderClassName
 {
   color: #51476E;
 }
 .AnyTagClassName
 {
   color: #51476E;
 }
</style>
background-color css

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

 a { background-color: rgb(81,71,110); }

 div.DivClassName
 {
   background-color: #51476E;
 }
 .BgClassName
 {
   background-color: #51476E;
 }
</style>
border-color css

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

 span { border-color: rgb(81,71,110); }

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