#514482

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

Shades of Gigas #514482

Tints of Gigas #514482

Color information

#514482 (or 0x514482) is unknown color: approx Gigas. HEX triplet: 51, 44 and 82. RGB value is (81,68,130). Sum of RGB (Red+Green+Blue) = 81+68+130=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #514482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514482 is #AEBB7D. Grayscale: #4E4E4E. Windows color (decimal): -11451262 or 8537169. OLE color: 8537169.

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

Color convert

RGB8168130-
CMYK0.380.4800.49
HSL252.58º31.31%38.82%-
HSV(B)252.58º47.69%50.98%-
XYZ9.497.522.07-
YUV78.95156.81129.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=29.03%
G=24.37%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81681300.380.4800.49252.5831.3138.82
Hex5144822630031fd1f27
Octal12110420246600613753747
Binary101000110001001000001010011011000001100011111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514482; }

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

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

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

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

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

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

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

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