#514375

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

Shades of Meteorite #514375

Tints of Meteorite #514375

Color information

#514375 (or 0x514375) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 75. RGB value is (81,67,117). Sum of RGB (Red+Green+Blue) = 81+67+117=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #514375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514375 is #AEBC8A. Grayscale: #4C4C4C. Windows color (decimal): -11451531 or 7684945. OLE color: 7684945.

HSL color Cylindrical-coordinate representation of color #514375: hue angle of 256.8º degrees, saturation: 0.27, 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 #514375 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8167117-
CMYK0.310.4300.54
HSL256.8º27.17%36.08%-
HSV(B)256.8º42.74%45.88%-
XYZ8.617.0517.74-
YUV76.89150.64130.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=30.57%
G=25.28%
B=44.15%

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
Decimal81671170.310.4300.54256.827.1736.08
Hex5143751F2B0361011b24
Octal12110316537530664013344
Binary10100011000011111010111111101011011011010000000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514375; }

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

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

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

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

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

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

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

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