#51396E

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

Shades of Meteorite #51396E

Tints of Meteorite #51396E

Color information

#51396E (or 0x51396E) is unknown color: approx Meteorite. HEX triplet: 51, 39 and 6E. RGB value is (81,57,110). Sum of RGB (Red+Green+Blue) = 81+57+110=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #51396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51396E is #AEC691. Grayscale: #464646. Windows color (decimal): -11454098 or 7223633. OLE color: 7223633.

HSL color Cylindrical-coordinate representation of color #51396E: hue angle of 267.17º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51396E is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8157110-
CMYK0.260.4800.57
HSL267.17º31.74%32.75%-
HSV(B)267.17º48.18%43.14%-
XYZ7.675.815.47-
YUV70.22150.45135.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=32.66%
G=22.98%
B=44.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81571100.260.4800.57267.1731.7432.75
Hex51396E1A3003910b2021
Octal1217115632600714134041
Binary10100011110011101110110101100000111001100001011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51396E; }

 p { color: rgb(81,57,110); }

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

<style>
 a { background-color: #51396E; }

 a { background-color: rgb(81,57,110); }

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

<style>
 span { border-color: #51396E; }

 span { border-color: rgb(81,57,110); }

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