#51416A

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

Shades of Meteorite #51416A

Tints of Meteorite #51416A

Color information

#51416A (or 0x51416A) is unknown color: approx Meteorite. HEX triplet: 51, 41 and 6A. RGB value is (81,65,106). Sum of RGB (Red+Green+Blue) = 81+65+106=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #51416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51416A is #AEBE95. Grayscale: #4A4A4A. Windows color (decimal): -11452054 or 6963537. OLE color: 6963537.

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

Color convert

RGB8165106-
CMYK0.240.3900.58
HSL263.41º23.98%33.53%-
HSV(B)263.41º38.68%41.57%-
XYZ7.896.5714.49-
YUV74.46145.8132.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=32.14%
G=25.79%
B=42.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81651060.240.3900.58263.4123.9833.53
Hex51416A182703A1071822
Octal12110115230470724073042
Binary10100011000001110101011000100111011101010000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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