#51396A

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

Shades of Meteorite #51396A

Tints of Meteorite #51396A

Color information

#51396A (or 0x51396A) is unknown color: approx Meteorite. HEX triplet: 51, 39 and 6A. RGB value is (81,57,106). Sum of RGB (Red+Green+Blue) = 81+57+106=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #51396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51396A is #AEC695. Grayscale: #454545. Windows color (decimal): -11454102 or 6961489. OLE color: 6961489.

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

Color convert

RGB8157106-
CMYK0.240.4600.58
HSL269.39º30.06%31.96%-
HSV(B)269.39º46.23%41.57%-
XYZ7.465.7214.35-
YUV69.76148.45136.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=33.20%
G=23.36%
B=43.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81571060.240.4600.58269.3930.0631.96
Hex51396A182E03A10d1e20
Octal1217115230560724153640
Binary1010001111001110101011000101110011101010000110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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