#514970

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

Shades of Meteorite #514970

Tints of Meteorite #514970

Color information

#514970 (or 0x514970) is unknown color: approx Meteorite. HEX triplet: 51, 49 and 70. RGB value is (81,73,112). Sum of RGB (Red+Green+Blue) = 81+73+112=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #514970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514970 is #AEB68F. Grayscale: #4F4F4F. Windows color (decimal): -11450000 or 7358801. OLE color: 7358801.

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

Color convert

RGB8173112-
CMYK0.280.3500.56
HSL252.31º21.08%36.27%-
HSV(B)252.31º34.82%43.92%-
XYZ8.77.6816.35-
YUV79.84146.15128.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=30.45%
G=27.44%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81731120.280.3500.56252.3121.0836.27
Hex5149701C23038fc1524
Octal12111116034430703742544
Binary1010001100100111100001110010001101110001111110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514970; }

 p { color: rgb(81,73,112); }

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

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

 a { background-color: rgb(81,73,112); }

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

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

 span { border-color: rgb(81,73,112); }

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