#514382

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

Shades of Gigas #514382

Tints of Gigas #514382

Color information

#514382 (or 0x514382) is unknown color: approx Gigas. HEX triplet: 51, 43 and 82. RGB value is (81,67,130). Sum of RGB (Red+Green+Blue) = 81+67+130=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #514382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514382 is #AEBC7D. Grayscale: #4E4E4E. Windows color (decimal): -11451518 or 8536913. OLE color: 8536913.

HSL color Cylindrical-coordinate representation of color #514382: hue angle of 253.33º degrees, saturation: 0.32, 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 #514382 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8167130-
CMYK0.380.4800.49
HSL253.33º31.98%38.63%-
HSV(B)253.33º48.46%50.98%-
XYZ9.437.3822.05-
YUV78.37157.14129.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=29.14%
G=24.10%
B=46.76%

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
Decimal81671300.380.4800.49253.3331.9838.63
Hex5143822630031fd2027
Octal12110320246600613754047
Binary1010001100001110000010100110110000011000111111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514382; }

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

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

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

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

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

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

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

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