#51496E

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

Shades of Meteorite #51496E

Tints of Meteorite #51496E

Color information

#51496E (or 0x51496E) is unknown color: approx Meteorite. HEX triplet: 51, 49 and 6E. RGB value is (81,73,110). Sum of RGB (Red+Green+Blue) = 81+73+110=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #51496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51496E is #AEB691. Grayscale: #4F4F4F. Windows color (decimal): -11450002 or 7227729. OLE color: 7227729.

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

Color convert

RGB8173110-
CMYK0.260.3400.57
HSL252.97º20.22%35.88%-
HSV(B)252.97º33.64%43.14%-
XYZ8.597.6415.77-
YUV79.61145.15128.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=30.68%
G=27.65%
B=41.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81731100.260.3400.57252.9720.2235.88
Hex51496E1A22039fd1424
Octal12111115632420713752444
Binary1010001100100111011101101010001001110011111110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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