#513C83

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

Shades of Gigas #513C83

Tints of Gigas #513C83

Color information

#513C83 (or 0x513C83) is unknown color: approx Gigas. HEX triplet: 51, 3C and 83. RGB value is (81,60,131). Sum of RGB (Red+Green+Blue) = 81+60+131=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #513C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C83 is #AEC37C. Grayscale: #4A4A4A. Windows color (decimal): -11453309 or 8600657. OLE color: 8600657.

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

Color convert

RGB8160131-
CMYK0.380.5400.49
HSL257.75º37.17%37.45%-
HSV(B)257.75º54.2%51.37%-
XYZ9.116.6222.27-
YUV74.37159.96132.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=29.78%
G=22.06%
B=48.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81601310.380.5400.49257.7537.1737.45
Hex513C8326360311022525
Octal1217420346660614024545
Binary1010001111100100000111001101101100110001100000010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,131); }

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

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

 a { background-color: rgb(81,60,131); }

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

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

 span { border-color: rgb(81,60,131); }

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