#51426D

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

Shades of Meteorite #51426D

Tints of Meteorite #51426D

Color information

#51426D (or 0x51426D) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 6D. RGB value is (81,66,109). Sum of RGB (Red+Green+Blue) = 81+66+109=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #51426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51426D is #AEBD92. Grayscale: #4B4B4B. Windows color (decimal): -11451795 or 7160401. OLE color: 7160401.

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

Color convert

RGB8166109-
CMYK0.260.3900.57
HSL260.93º24.57%34.31%-
HSV(B)260.93º39.45%42.75%-
XYZ8.16.7515.34-
YUV75.39146.97132-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=31.64%
G=25.78%
B=42.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81661090.260.3900.57260.9324.5734.31
Hex51426D1A270391051922
Octal12110215532470714053142
Binary10100011000010110110111010100111011100110000010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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