#513F84

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

Shades of Gigas #513F84

Tints of Gigas #513F84

Color information

#513F84 (or 0x513F84) is unknown color: approx Gigas. HEX triplet: 51, 3F and 84. RGB value is (81,63,132). Sum of RGB (Red+Green+Blue) = 81+63+132=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #513F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F84 is #AEC07B. Grayscale: #4B4B4B. Windows color (decimal): -11452540 or 8666961. OLE color: 8666961.

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

Color convert

RGB8163132-
CMYK0.390.5200.48
HSL255.65º35.38%38.24%-
HSV(B)255.65º52.27%51.76%-
XYZ9.346.9722.68-
YUV76.25159.46131.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=29.35%
G=22.83%
B=47.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81631320.390.5200.48255.6535.3838.24
Hex513F8427340301002326
Octal1217720447640604004346
Binary1010001111111100001001001111101000110000100000000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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