#514271

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

Shades of Meteorite #514271

Tints of Meteorite #514271

Color information

#514271 (or 0x514271) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 71. RGB value is (81,66,113). Sum of RGB (Red+Green+Blue) = 81+66+113=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #514271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514271 is #AEBD8E. Grayscale: #4B4B4B. Windows color (decimal): -11451791 or 7422545. OLE color: 7422545.

HSL color Cylindrical-coordinate representation of color #514271: hue angle of 259.15º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514271 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8166113-
CMYK0.280.4200.56
HSL259.15º26.26%35.1%-
HSV(B)259.15º41.59%44.31%-
XYZ8.326.8416.5-
YUV75.84148.97131.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=31.15%
G=25.38%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81661130.280.4200.56259.1526.2635.1
Hex5142711C2A0381031a23
Octal12110216134520704033243
Binary10100011000010111000111100101010011100010000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514271; }

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

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

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

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

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

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

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

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