#51466E

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

Shades of Meteorite #51466E

Tints of Meteorite #51466E

Color information

#51466E (or 0x51466E) is unknown color: approx Meteorite. HEX triplet: 51, 46 and 6E. RGB value is (81,70,110). Sum of RGB (Red+Green+Blue) = 81+70+110=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #51466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466E is #AEB991. Grayscale: #4D4D4D. Windows color (decimal): -11450770 or 7226961. OLE color: 7226961.

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

Color convert

RGB8170110-
CMYK0.260.3600.57
HSL256.5º22.22%35.29%-
HSV(B)256.5º36.36%43.14%-
XYZ8.47.2615.71-
YUV77.85146.14130.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=31.03%
G=26.82%
B=42.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81701100.260.3600.57256.522.2235.29
Hex51466E1A240391001623
Octal12110615632440714002643
Binary10100011000110110111011010100100011100110000000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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