#51486E

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

Shades of Meteorite #51486E

Tints of Meteorite #51486E

Color information

#51486E (or 0x51486E) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 6E. RGB value is (81,72,110). Sum of RGB (Red+Green+Blue) = 81+72+110=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #51486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51486E is #AEB791. Grayscale: #4E4E4E. Windows color (decimal): -11450258 or 7227473. OLE color: 7227473.

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

Color convert

RGB8172110-
CMYK0.260.3500.57
HSL254.21º20.88%35.69%-
HSV(B)254.21º34.55%43.14%-
XYZ8.537.5115.75-
YUV79.02145.48129.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=30.80%
G=27.38%
B=41.83%

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
Decimal81721100.260.3500.57254.2120.8835.69
Hex51486E1A23039fe1524
Octal12111015632430713762544
Binary1010001100100011011101101010001101110011111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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