#514270

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

Shades of Meteorite #514270

Tints of Meteorite #514270

Color information

#514270 (or 0x514270) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 70. RGB value is (81,66,112). Sum of RGB (Red+Green+Blue) = 81+66+112=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #514270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514270 is #AEBD8F. Grayscale: #4B4B4B. Windows color (decimal): -11451792 or 7357009. OLE color: 7357009.

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

Color convert

RGB8166112-
CMYK0.280.4100.56
HSL259.57º25.84%34.9%-
HSV(B)259.57º41.07%43.92%-
XYZ8.276.8216.21-
YUV75.73148.47131.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=31.27%
G=25.48%
B=43.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81661120.280.4100.56259.5725.8434.9
Hex5142701C290381041a23
Octal12110216034510704043243
Binary10100011000010111000011100101001011100010000010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514270; }

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

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

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

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

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

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

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

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