#51456D

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

Shades of Meteorite #51456D

Tints of Meteorite #51456D

Color information

#51456D (or 0x51456D) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 6D. RGB value is (81,69,109). Sum of RGB (Red+Green+Blue) = 81+69+109=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #51456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456D is #AEBA92. Grayscale: #4D4D4D. Windows color (decimal): -11451027 or 7161169. OLE color: 7161169.

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

Color convert

RGB8169109-
CMYK0.260.3700.57
HSL258º22.47%34.9%-
HSV(B)258º36.7%42.75%-
XYZ8.287.1115.4-
YUV77.15145.98130.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=31.27%
G=26.64%
B=42.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81691090.260.3700.5725822.4734.9
Hex51456D1A250391021623
Octal12110515532450714022643
Binary10100011000101110110111010100101011100110000001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51456D; }

 p { color: rgb(81,69,109); }

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

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

 a { background-color: rgb(81,69,109); }

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

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

 span { border-color: rgb(81,69,109); }

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