#514170

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

Shades of Meteorite #514170

Tints of Meteorite #514170

Color information

#514170 (or 0x514170) is unknown color: approx Meteorite. HEX triplet: 51, 41 and 70. RGB value is (81,65,112). Sum of RGB (Red+Green+Blue) = 81+65+112=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #514170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514170 is #AEBE8F. Grayscale: #4A4A4A. Windows color (decimal): -11452048 or 7356753. OLE color: 7356753.

HSL color Cylindrical-coordinate representation of color #514170: hue angle of 260.43º degrees, saturation: 0.27, 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 #514170 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8165112-
CMYK0.280.4200.56
HSL260.43º26.55%34.71%-
HSV(B)260.43º41.96%43.92%-
XYZ8.216.716.19-
YUV75.14148.8132.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=31.40%
G=25.19%
B=43.41%

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
Decimal81651120.280.4200.56260.4326.5534.71
Hex5141701C2A0381041b23
Octal12110116034520704043343
Binary10100011000001111000011100101010011100010000010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514170; }

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

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

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

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

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

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

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

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