#513E88

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

Shades of Gigas #513E88

Tints of Gigas #513E88

Color information

#513E88 (or 0x513E88) is unknown color: approx Gigas. HEX triplet: 51, 3E and 88. RGB value is (81,62,136). Sum of RGB (Red+Green+Blue) = 81+62+136=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #513E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E88 is #AEC177. Grayscale: #4B4B4B. Windows color (decimal): -11452792 or 8928849. OLE color: 8928849.

HSL color Cylindrical-coordinate representation of color #513E88: hue angle of 255.41º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #513E88 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8162136-
CMYK0.400.5400.47
HSL255.41º37.37%38.82%-
HSV(B)255.41º54.41%53.33%-
XYZ9.566.9724.13-
YUV76.12161.79131.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=29.03%
G=22.22%
B=48.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81621360.400.5400.47255.4137.3738.82
Hex513E88283602Fff2527
Octal1217621050660573774547
Binary101000111111010001000101000110110010111111111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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