#514484

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

Shades of Gigas #514484

Tints of Gigas #514484

Color information

#514484 (or 0x514484) is unknown color: approx Gigas. HEX triplet: 51, 44 and 84. RGB value is (81,68,132). Sum of RGB (Red+Green+Blue) = 81+68+132=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #514484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514484 is #AEBB7B. Grayscale: #4E4E4E. Windows color (decimal): -11451260 or 8668241. OLE color: 8668241.

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

Color convert

RGB8168132-
CMYK0.390.4800.48
HSL252.19º32%39.22%-
HSV(B)252.19º48.48%51.76%-
XYZ9.637.5522.78-
YUV79.18157.81129.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=28.83%
G=24.20%
B=46.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81681320.390.4800.48252.193239.22
Hex5144842730030fc2027
Octal12110420447600603744047
Binary1010001100010010000100100111110000011000011111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514484; }

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

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

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

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

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

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

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

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