#51446D

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

Shades of Meteorite #51446D

Tints of Meteorite #51446D

Color information

#51446D (or 0x51446D) is unknown color: approx Meteorite. HEX triplet: 51, 44 and 6D. RGB value is (81,68,109). Sum of RGB (Red+Green+Blue) = 81+68+109=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #51446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51446D is #AEBB92. Grayscale: #4C4C4C. Windows color (decimal): -11451283 or 7160913. OLE color: 7160913.

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

Color convert

RGB8168109-
CMYK0.260.3800.57
HSL259.02º23.16%34.71%-
HSV(B)259.02º37.61%42.75%-
XYZ8.226.9915.38-
YUV76.56146.31131.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=31.40%
G=26.36%
B=42.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81681090.260.3800.57259.0223.1634.71
Hex51446D1A260391031723
Octal12110415532460714032743
Binary10100011000100110110111010100110011100110000001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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