#514376

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

Shades of Meteorite #514376

Tints of Meteorite #514376

Color information

#514376 (or 0x514376) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 76. RGB value is (81,67,118). Sum of RGB (Red+Green+Blue) = 81+67+118=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #514376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514376 is #AEBC89. Grayscale: #4C4C4C. Windows color (decimal): -11451530 or 7750481. OLE color: 7750481.

HSL color Cylindrical-coordinate representation of color #514376: hue angle of 256.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514376 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8167118-
CMYK0.310.4300.54
HSL256.47º27.57%36.27%-
HSV(B)256.47º43.22%46.27%-
XYZ8.677.0718.05-
YUV77151.14130.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=30.45%
G=25.19%
B=44.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81671180.310.4300.54256.4727.5736.27
Hex5143761F2B0361001c24
Octal12110316637530664003444
Binary10100011000011111011011111101011011011010000000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514376; }

 p { color: rgb(81,67,118); }

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

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

 a { background-color: rgb(81,67,118); }

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

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

 span { border-color: rgb(81,67,118); }

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