#514265

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

Shades of Meteorite #514265

Tints of Meteorite #514265

Color information

#514265 (or 0x514265) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 65. RGB value is (81,66,101). Sum of RGB (Red+Green+Blue) = 81+66+101=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #514265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514265 is #AEBD9A. Grayscale: #4A4A4A. Windows color (decimal): -11451803 or 6636113. OLE color: 6636113.

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

Color convert

RGB8166101-
CMYK0.200.3500.60
HSL265.71º20.96%32.75%-
HSV(B)265.71º34.65%39.61%-
XYZ7.696.5913.18-
YUV74.47142.97132.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=32.66%
G=26.61%
B=40.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81661010.200.3500.60265.7120.9632.75
Hex514265142303C10a1521
Octal12110214524430744122541
Binary10100011000010110010110100100011011110010000101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514265; }

 p { color: rgb(81,66,101); }

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

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

 a { background-color: rgb(81,66,101); }

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

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

 span { border-color: rgb(81,66,101); }

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