#51426A

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

Shades of Meteorite #51426A

Tints of Meteorite #51426A

Color information

#51426A (or 0x51426A) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 6A. RGB value is (81,66,106). Sum of RGB (Red+Green+Blue) = 81+66+106=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #51426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51426A is #AEBD95. Grayscale: #4A4A4A. Windows color (decimal): -11451798 or 6963793. OLE color: 6963793.

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

Color convert

RGB8166106-
CMYK0.240.3800.58
HSL262.5º23.26%33.73%-
HSV(B)262.5º37.74%41.57%-
XYZ7.946.6914.51-
YUV75.04145.47132.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=32.02%
G=26.09%
B=41.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81661060.240.3800.58262.523.2633.73
Hex51426A182603A1061722
Octal12110215230460724062742
Binary10100011000010110101011000100110011101010000011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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