#514377

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

Shades of Gigas #514377

Tints of Gigas #514377

Color information

#514377 (or 0x514377) is unknown color: approx Gigas. HEX triplet: 51, 43 and 77. RGB value is (81,67,119). Sum of RGB (Red+Green+Blue) = 81+67+119=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #514377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514377 is #AEBC88. Grayscale: #4C4C4C. Windows color (decimal): -11451529 or 7816017. OLE color: 7816017.

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

Color convert

RGB8167119-
CMYK0.320.4400.53
HSL256.15º27.96%36.47%-
HSV(B)256.15º43.7%46.67%-
XYZ8.737.118.36-
YUV77.11151.64130.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=30.34%
G=25.09%
B=44.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81671190.320.4400.53256.1527.9636.47
Hex514377202C0351001c24
Octal12110316740540654003444
Binary101000110000111110111100000101100011010110000000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514377; }

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

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

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

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

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

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

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

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