#514371

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

Shades of Meteorite #514371

Tints of Meteorite #514371

Color information

#514371 (or 0x514371) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 71. RGB value is (81,67,113). Sum of RGB (Red+Green+Blue) = 81+67+113=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #514371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514371 is #AEBC8E. Grayscale: #4C4C4C. Windows color (decimal): -11451535 or 7422801. OLE color: 7422801.

HSL color Cylindrical-coordinate representation of color #514371: hue angle of 258.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514371 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8167113-
CMYK0.280.4100.56
HSL258.26º25.56%35.29%-
HSV(B)258.26º40.71%44.31%-
XYZ8.386.9616.52-
YUV76.43148.64131.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=31.03%
G=25.67%
B=43.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81671130.280.4100.56258.2625.5635.29
Hex5143711C290381021a23
Octal12110316134510704023243
Binary10100011000011111000111100101001011100010000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514371; }

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

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

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

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

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

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

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

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