#514768

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

Shades of Meteorite #514768

Tints of Meteorite #514768

Color information

#514768 (or 0x514768) is unknown color: approx Meteorite. HEX triplet: 51, 47 and 68. RGB value is (81,71,104). Sum of RGB (Red+Green+Blue) = 81+71+104=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #514768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514768 is #AEB897. Grayscale: #4D4D4D. Windows color (decimal): -11450520 or 6834001. OLE color: 6834001.

HSL color Cylindrical-coordinate representation of color #514768: hue angle of 258.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514768 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8171104-
CMYK0.220.3200.59
HSL258.18º18.86%34.31%-
HSV(B)258.18º31.73%40.78%-
XYZ8.157.2614.07-
YUV77.75142.81130.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=31.64%
G=27.73%
B=40.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81711040.220.3200.59258.1818.8634.31
Hex514768162003B1021322
Octal12110715026400734022342
Binary10100011000111110100010110100000011101110000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514768; }

 p { color: rgb(81,71,104); }

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

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

 a { background-color: rgb(81,71,104); }

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

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

 span { border-color: rgb(81,71,104); }

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