#514384

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

Shades of Gigas #514384

Tints of Gigas #514384

Color information

#514384 (or 0x514384) is unknown color: approx Gigas. HEX triplet: 51, 43 and 84. RGB value is (81,67,132). Sum of RGB (Red+Green+Blue) = 81+67+132=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #514384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514384 is #AEBC7B. Grayscale: #4E4E4E. Windows color (decimal): -11451516 or 8667985. OLE color: 8667985.

HSL color Cylindrical-coordinate representation of color #514384: hue angle of 252.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514384 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8167132-
CMYK0.390.4900.48
HSL252.92º32.66%39.02%-
HSV(B)252.92º49.24%51.76%-
XYZ9.577.4322.76-
YUV78.6158.14129.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=28.93%
G=23.93%
B=47.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81671320.390.4900.48252.9232.6639.02
Hex5143842731030fd2127
Octal12110320447610603754147
Binary1010001100001110000100100111110001011000011111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514384; }

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

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

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

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

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

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

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

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