#51486F

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

Shades of Meteorite #51486F

Tints of Meteorite #51486F

Color information

#51486F (or 0x51486F) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 6F. RGB value is (81,72,111). Sum of RGB (Red+Green+Blue) = 81+72+111=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #51486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51486F is #AEB790. Grayscale: #4E4E4E. Windows color (decimal): -11450257 or 7293009. OLE color: 7293009.

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

Color convert

RGB8172111-
CMYK0.270.3500.56
HSL253.85º21.31%35.88%-
HSV(B)253.85º35.14%43.53%-
XYZ8.587.5316.04-
YUV79.14145.98129.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=30.68%
G=27.27%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81721110.270.3500.56253.8521.3135.88
Hex51486F1B23038fe1524
Octal12111015733430703762544
Binary1010001100100011011111101110001101110001111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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