#513F7B

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

Shades of Gigas #513F7B

Tints of Gigas #513F7B

Color information

#513F7B (or 0x513F7B) is unknown color: approx Gigas. HEX triplet: 51, 3F and 7B. RGB value is (81,63,123). Sum of RGB (Red+Green+Blue) = 81+63+123=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #513F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F7B is #AEC084. Grayscale: #4B4B4B. Windows color (decimal): -11452549 or 8077137. OLE color: 8077137.

HSL color Cylindrical-coordinate representation of color #513F7B: hue angle of 258º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513F7B is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8163123-
CMYK0.340.4900.52
HSL258º32.26%36.47%-
HSV(B)258º48.78%48.24%-
XYZ8.756.7319.58-
YUV75.22154.96132.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=30.34%
G=23.60%
B=46.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81631230.340.4900.5225832.2636.47
Hex513F7B22310341022024
Octal1217717342610644024044
Binary101000111111111110111000101100010110100100000010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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