#514272

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

Shades of Meteorite #514272

Tints of Meteorite #514272

Color information

#514272 (or 0x514272) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 72. RGB value is (81,66,114). Sum of RGB (Red+Green+Blue) = 81+66+114=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #514272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514272 is #AEBD8D. Grayscale: #4B4B4B. Windows color (decimal): -11451790 or 7488081. OLE color: 7488081.

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

Color convert

RGB8166114-
CMYK0.290.4200.55
HSL258.75º26.67%35.29%-
HSV(B)258.75º42.11%44.71%-
XYZ8.386.8616.8-
YUV75.96149.47131.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=31.03%
G=25.29%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81661140.290.4200.55258.7526.6735.29
Hex5142721D2A0371031b23
Octal12110216235520674033343
Binary10100011000010111001011101101010011011110000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514272; }

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

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

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

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

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

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

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

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