#51486A

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

Shades of Meteorite #51486A

Tints of Meteorite #51486A

Color information

#51486A (or 0x51486A) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 6A. RGB value is (81,72,106). Sum of RGB (Red+Green+Blue) = 81+72+106=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #51486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51486A is #AEB795. Grayscale: #4E4E4E. Windows color (decimal): -11450262 or 6965329. OLE color: 6965329.

HSL color Cylindrical-coordinate representation of color #51486A: hue angle of 255.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51486A is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8172106-
CMYK0.240.3200.58
HSL255.88º19.1%34.9%-
HSV(B)255.88º32.08%41.57%-
XYZ8.317.4214.63-
YUV78.57143.48129.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=31.27%
G=27.80%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81721060.240.3200.58255.8819.134.9
Hex51486A182003A1001323
Octal12111015230400724002343
Binary10100011001000110101011000100000011101010000000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51486A; }

 p { color: rgb(81,72,106); }

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

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

 a { background-color: rgb(81,72,106); }

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

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

 span { border-color: rgb(81,72,106); }

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