#513F80

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

Shades of Gigas #513F80

Tints of Gigas #513F80

Color information

#513F80 (or 0x513F80) is unknown color: approx Gigas. HEX triplet: 51, 3F and 80. RGB value is (81,63,128). Sum of RGB (Red+Green+Blue) = 81+63+128=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #513F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F80 is #AEC07F. Grayscale: #4B4B4B. Windows color (decimal): -11452544 or 8404817. OLE color: 8404817.

HSL color Cylindrical-coordinate representation of color #513F80: hue angle of 256.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513F80 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8163128-
CMYK0.370.5100.50
HSL256.62º34.03%37.45%-
HSV(B)256.62º50.78%50.2%-
XYZ9.076.8621.27-
YUV75.79157.46131.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=29.78%
G=23.16%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81631280.370.5100.50256.6234.0337.45
Hex513F8025330321012225
Octal1217720045630624014245
Binary1010001111111100000001001011100110110010100000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513F80; }

 p { color: rgb(81,63,128); }

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

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

 a { background-color: rgb(81,63,128); }

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

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

 span { border-color: rgb(81,63,128); }

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