#514276

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

Shades of Meteorite #514276

Tints of Meteorite #514276

Color information

#514276 (or 0x514276) is unknown color: approx Meteorite. HEX triplet: 51, 42 and 76. RGB value is (81,66,118). Sum of RGB (Red+Green+Blue) = 81+66+118=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #514276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514276 is #AEBD89. Grayscale: #4C4C4C. Windows color (decimal): -11451786 or 7750225. OLE color: 7750225.

HSL color Cylindrical-coordinate representation of color #514276: hue angle of 257.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514276 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8166118-
CMYK0.310.4400.54
HSL257.31º28.26%36.08%-
HSV(B)257.31º44.07%46.27%-
XYZ8.616.9518.03-
YUV76.41151.47131.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=30.57%
G=24.91%
B=44.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81661180.310.4400.54257.3128.2636.08
Hex5142761F2C0361011c24
Octal12110216637540664013444
Binary10100011000010111011011111101100011011010000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514276; }

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

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

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

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

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

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

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

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