#514175

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

Shades of Meteorite #514175

Tints of Meteorite #514175

Color information

#514175 (or 0x514175) is unknown color: approx Meteorite. HEX triplet: 51, 41 and 75. RGB value is (81,65,117). Sum of RGB (Red+Green+Blue) = 81+65+117=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #514175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514175 is #AEBE8A. Grayscale: #4B4B4B. Windows color (decimal): -11452043 or 7684433. OLE color: 7684433.

HSL color Cylindrical-coordinate representation of color #514175: hue angle of 258.46º degrees, saturation: 0.29, 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 #514175 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8165117-
CMYK0.310.4400.54
HSL258.46º28.57%35.69%-
HSV(B)258.46º44.44%45.88%-
XYZ8.496.8117.7-
YUV75.71151.3131.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=30.80%
G=24.71%
B=44.49%

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
Decimal81651170.310.4400.54258.4628.5735.69
Hex5141751F2C0361021d24
Octal12110116537540664023544
Binary10100011000001111010111111101100011011010000001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514175; }

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

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

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

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

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

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

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

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