#514368

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

Shades of Meteorite #514368

Tints of Meteorite #514368

Color information

#514368 (or 0x514368) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 68. RGB value is (81,67,104). Sum of RGB (Red+Green+Blue) = 81+67+104=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #514368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514368 is #AEBC97. Grayscale: #4B4B4B. Windows color (decimal): -11451544 or 6832977. OLE color: 6832977.

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

Color convert

RGB8167104-
CMYK0.220.3600.59
HSL262.7º21.64%33.53%-
HSV(B)262.7º35.58%40.78%-
XYZ7.96.7613.99-
YUV75.4144.14131.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=32.14%
G=26.59%
B=41.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81671040.220.3600.59262.721.6433.53
Hex514368162403B1071622
Octal12110315026440734072642
Binary10100011000011110100010110100100011101110000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514368; }

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

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

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

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

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

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

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

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