#514481

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

Shades of Gigas #514481

Tints of Gigas #514481

Color information

#514481 (or 0x514481) is unknown color: approx Gigas. HEX triplet: 51, 44 and 81. RGB value is (81,68,129). Sum of RGB (Red+Green+Blue) = 81+68+129=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #514481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514481 is #AEBB7E. Grayscale: #4E4E4E. Windows color (decimal): -11451263 or 8471633. OLE color: 8471633.

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

Color convert

RGB8168129-
CMYK0.370.4700.49
HSL252.79º30.96%38.63%-
HSV(B)252.79º47.29%50.59%-
XYZ9.427.4721.71-
YUV78.84156.31129.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=29.14%
G=24.46%
B=46.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81681290.370.4700.49252.7930.9638.63
Hex514481252F031fd1f27
Octal12110420145570613753747
Binary101000110001001000000110010110111101100011111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514481; }

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

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

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

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

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

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

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

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