#514575

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

Shades of Meteorite #514575

Tints of Meteorite #514575

Color information

#514575 (or 0x514575) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 75. RGB value is (81,69,117). Sum of RGB (Red+Green+Blue) = 81+69+117=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #514575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514575 is #AEBA8A. Grayscale: #4D4D4D. Windows color (decimal): -11451019 or 7685457. OLE color: 7685457.

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

Color convert

RGB8169117-
CMYK0.310.4100.54
HSL255º25.81%36.47%-
HSV(B)255º41.03%45.88%-
XYZ8.737.2917.78-
YUV78.06149.98130.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=30.34%
G=25.84%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81691170.310.4100.5425525.8136.47
Hex5145751F29036ff1a24
Octal12110516537510663773244
Binary1010001100010111101011111110100101101101111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514575; }

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

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

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

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

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

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

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

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