Html Css Color HEX #513E7C Gigas

📋 copy color: '#513E7C'

red 81 ◦ green 62 ◦ blue 124

#513E7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #513E7C

Tints of Gigas #513E7C

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 value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#513E7C (or 0x513E7C) is known color: 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

RGB 81 62 124 -
CMYK 0.35 0.5 0 0.51
HSL 258.39º 0.33% 0.36% -
HSV(B) 258.39º 0.5% 0.49% -
XYZ 8.75 6.65 19.89 -
YUV 74.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 81 62 124 0.35 0.5 0 0.51 258.39 0.33 0.36
Hex 51 3E 7C 23 32 0 33 102 21 24
Octal 121 76 174 43 62 0 63 402 41 44
Binary 1010001 111110 1111100 100011 110010 0 110011 100000010 100001 100100

Color Harmonies of #513E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E7C

Black with #513E7C

Text Example


Text Example

White with #513E7C

Text Example


Text Example

HTML Codes & Css Web 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>