#514372

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

Shades of Meteorite #514372

Tints of Meteorite #514372

Color information

#514372 (or 0x514372) is unknown color: approx Meteorite. HEX triplet: 51, 43 and 72. RGB value is (81,67,114). Sum of RGB (Red+Green+Blue) = 81+67+114=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #514372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514372 is #AEBC8D. Grayscale: #4C4C4C. Windows color (decimal): -11451534 or 7488337. OLE color: 7488337.

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

Color convert

RGB8167114-
CMYK0.290.4100.55
HSL257.87º25.97%35.49%-
HSV(B)257.87º41.23%44.71%-
XYZ8.446.9816.82-
YUV76.54149.14131.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=30.92%
G=25.57%
B=43.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81671140.290.4100.55257.8725.9735.49
Hex5143721D290371021a23
Octal12110316235510674023243
Binary10100011000011111001011101101001011011110000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514372; }

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

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

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

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

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

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

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

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