#51456A

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

Shades of Meteorite #51456A

Tints of Meteorite #51456A

Color information

#51456A (or 0x51456A) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 6A. RGB value is (81,69,106). Sum of RGB (Red+Green+Blue) = 81+69+106=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #51456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456A is #AEBA95. Grayscale: #4C4C4C. Windows color (decimal): -11451030 or 6964561. OLE color: 6964561.

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

Color convert

RGB8169106-
CMYK0.240.3500.58
HSL259.46º21.14%34.31%-
HSV(B)259.46º34.91%41.57%-
XYZ8.127.0514.57-
YUV76.81144.48130.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=31.64%
G=26.95%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81691060.240.3500.58259.4621.1434.31
Hex51456A182303A1031522
Octal12110515230430724032542
Binary10100011000101110101011000100011011101010000001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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