#514567

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

Shades of Meteorite #514567

Tints of Meteorite #514567

Color information

#514567 (or 0x514567) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 67. RGB value is (81,69,103). Sum of RGB (Red+Green+Blue) = 81+69+103=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #514567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514567 is #AEBA98. Grayscale: #4C4C4C. Windows color (decimal): -11451033 or 6767953. OLE color: 6767953.

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

Color convert

RGB8169103-
CMYK0.210.3300.60
HSL261.18º19.77%33.73%-
HSV(B)261.18º33.01%40.39%-
XYZ7.976.9813.76-
YUV76.46142.98131.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=32.02%
G=27.27%
B=40.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81691030.210.3300.60261.1819.7733.73
Hex514567152103C1051422
Octal12110514725410744052442
Binary10100011000101110011110101100001011110010000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514567; }

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

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

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

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

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

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

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

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