#51416E

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

Shades of Meteorite #51416E

Tints of Meteorite #51416E

Color information

#51416E (or 0x51416E) is unknown color: approx Meteorite. HEX triplet: 51, 41 and 6E. RGB value is (81,65,110). Sum of RGB (Red+Green+Blue) = 81+65+110=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #51416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51416E is #AEBE91. Grayscale: #4A4A4A. Windows color (decimal): -11452050 or 7225681. OLE color: 7225681.

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

Color convert

RGB8165110-
CMYK0.260.4100.57
HSL261.33º25.71%34.31%-
HSV(B)261.33º40.91%43.14%-
XYZ8.16.6615.61-
YUV74.91147.8132.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=31.64%
G=25.39%
B=42.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81651100.260.4100.57261.3325.7134.31
Hex51416E1A290391051a22
Octal12110115632510714053242
Binary10100011000001110111011010101001011100110000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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