#513C85

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

Shades of Gigas #513C85

Tints of Gigas #513C85

Color information

#513C85 (or 0x513C85) is unknown color: approx Gigas. HEX triplet: 51, 3C and 85. RGB value is (81,60,133). Sum of RGB (Red+Green+Blue) = 81+60+133=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #513C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C85 is #AEC37A. Grayscale: #4A4A4A. Windows color (decimal): -11453307 or 8731729. OLE color: 8731729.

HSL color Cylindrical-coordinate representation of color #513C85: hue angle of 257.26º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513C85 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8160133-
CMYK0.390.5500.48
HSL257.26º37.82%37.84%-
HSV(B)257.26º54.89%52.16%-
XYZ9.246.6722.99-
YUV74.6160.96132.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 60 (23.83% from 255) = 21.90%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=29.56%
G=21.90%
B=48.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81601330.390.5500.48257.2637.8237.84
Hex513C8527370301012626
Octal1217420547670604014646
Binary1010001111100100001011001111101110110000100000001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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