#514868

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

Shades of Meteorite #514868

Tints of Meteorite #514868

Color information

#514868 (or 0x514868) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 68. RGB value is (81,72,104). Sum of RGB (Red+Green+Blue) = 81+72+104=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #514868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514868 is #AEB797. Grayscale: #4E4E4E. Windows color (decimal): -11450264 or 6834257. OLE color: 6834257.

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

Color convert

RGB8172104-
CMYK0.220.3100.59
HSL256.88º18.18%34.51%-
HSV(B)256.88º30.77%40.78%-
XYZ8.217.3814.09-
YUV78.34142.48129.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=31.52%
G=28.02%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81721040.220.3100.59256.8818.1834.51
Hex514868161F03B1011223
Octal12111015026370734012243
Binary1010001100100011010001011011111011101110000000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514868; }

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

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

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

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

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

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

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

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