#513E7C

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

Shades of Gigas #513E7C

Tints of Gigas #513E7C

Color information

#513E7C (or 0x513E7C) is unknown color: approx Gigas. HEX triplet: 51, 3E and 7C. RGB value is (81,62,124). Sum of RGB (Red+Green+Blue) = 81+62+124=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #513E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E7C is #AEC183. Grayscale: #4A4A4A. Windows color (decimal): -11452804 or 8142417. OLE color: 8142417.

HSL color Cylindrical-coordinate representation of color #513E7C: hue angle of 258.39º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #513E7C is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8162124-
CMYK0.350.500.51
HSL258.39º33.33%36.47%-
HSV(B)258.39º50%48.63%-
XYZ8.756.6519.89-
YUV74.75155.79132.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=30.34%
G=23.22%
B=46.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81621240.350.500.51258.3933.3336.47
Hex513E7C23320331022124
Octal1217617443620634024144
Binary101000111111011111001000111100100110011100000010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,62,124); }

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

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

 a { background-color: rgb(81,62,124); }

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

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

 span { border-color: rgb(81,62,124); }

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