#514379

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

Shades of Gigas #514379

Tints of Gigas #514379

Color information

#514379 (or 0x514379) is unknown color: approx Gigas. HEX triplet: 51, 43 and 79. RGB value is (81,67,121). Sum of RGB (Red+Green+Blue) = 81+67+121=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #514379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514379 is #AEBC86. Grayscale: #4D4D4D. Windows color (decimal): -11451527 or 7947089. OLE color: 7947089.

HSL color Cylindrical-coordinate representation of color #514379: hue angle of 255.56º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514379 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8167121-
CMYK0.330.4500.53
HSL255.56º28.72%36.86%-
HSV(B)255.56º44.63%47.45%-
XYZ8.857.1419-
YUV77.34152.64130.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=30.11%
G=24.91%
B=44.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81671210.330.4500.53255.5628.7236.86
Hex514379212D0351001d25
Octal12110317141550654003545
Binary101000110000111111001100001101101011010110000000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514379; }

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

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

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

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

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

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

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

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