#514872

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

Shades of Meteorite #514872

Tints of Meteorite #514872

Color information

#514872 (or 0x514872) is unknown color: approx Meteorite. HEX triplet: 51, 48 and 72. RGB value is (81,72,114). Sum of RGB (Red+Green+Blue) = 81+72+114=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #514872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514872 is #AEB78D. Grayscale: #4F4F4F. Windows color (decimal): -11450254 or 7489617. OLE color: 7489617.

HSL color Cylindrical-coordinate representation of color #514872: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514872 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8172114-
CMYK0.290.3700.55
HSL252.86º22.58%36.47%-
HSV(B)252.86º36.84%44.71%-
XYZ8.757.616.93-
YUV79.48147.48129.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=30.34%
G=26.97%
B=42.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81721140.290.3700.55252.8622.5836.47
Hex5148721D25037fd1724
Octal12111016235450673752744
Binary1010001100100011100101110110010101101111111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514872; }

 p { color: rgb(81,72,114); }

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

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

 a { background-color: rgb(81,72,114); }

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

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

 span { border-color: rgb(81,72,114); }

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