#514668

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

Shades of Meteorite #514668

Tints of Meteorite #514668

Color information

#514668 (or 0x514668) is unknown color: approx Meteorite. HEX triplet: 51, 46 and 68. RGB value is (81,70,104). Sum of RGB (Red+Green+Blue) = 81+70+104=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #514668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514668 is #AEB997. Grayscale: #4D4D4D. Windows color (decimal): -11450776 or 6833745. OLE color: 6833745.

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

Color convert

RGB8170104-
CMYK0.220.3300.59
HSL259.41º19.54%34.12%-
HSV(B)259.41º32.69%40.78%-
XYZ8.087.1314.05-
YUV77.16143.14130.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=31.76%
G=27.45%
B=40.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81701040.220.3300.59259.4119.5434.12
Hex514668162103B1031422
Octal12110615026410734032442
Binary10100011000110110100010110100001011101110000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514668; }

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

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

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

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

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

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

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

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