#514078

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

Shades of Meteorite #514078

Tints of Meteorite #514078

Color information

#514078 (or 0x514078) is unknown color: approx Meteorite. HEX triplet: 51, 40 and 78. RGB value is (81,64,120). Sum of RGB (Red+Green+Blue) = 81+64+120=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #514078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514078 is #AEBF87. Grayscale: #4B4B4B. Windows color (decimal): -11452296 or 7880785. OLE color: 7880785.

HSL color Cylindrical-coordinate representation of color #514078: hue angle of 258.21º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514078 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8164120-
CMYK0.320.4700.53
HSL258.21º30.43%36.08%-
HSV(B)258.21º46.67%47.06%-
XYZ8.626.7718.62-
YUV75.47153.13131.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=30.57%
G=24.15%
B=45.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81641200.320.4700.53258.2130.4336.08
Hex514078202F0351021e24
Octal12110017040570654023644
Binary101000110000001111000100000101111011010110000001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514078; }

 p { color: rgb(81,64,120); }

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

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

 a { background-color: rgb(81,64,120); }

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

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

 span { border-color: rgb(81,64,120); }

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