Html Css Color HEX #513E87 Gigas

📋 copy color: '#513E87'

red 81 ◦ green 62 ◦ blue 135

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

Shades of Gigas #513E87

Tints of Gigas #513E87

RGB

 RED value IS 81 (32.03% from 255) = 29.14%

 GREEN value IS 62 (24.61% from 255) = 22.3%

 BLUE value IS 135 (53.13% from 255) = 48.56%

R = 29.14%
G = 22.3%
B = 48.56%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513E87 (or 0x513E87) is known color: Gigas. HEX triplet: 51, 3E and 87. RGB value is (81,62,135). Sum of RGB (Red+Green+Blue) = 81+62+135=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #513E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E87 is #AEC178. Grayscale: #4B4B4B. Windows color (decimal): -11452793 or 8863313. OLE color: 8863313.

HSL color Cylindrical-coordinate representation of color #513E87: hue angle of 255.62º 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 #513E87 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 62 135 -
CMYK 0.40 0.54 0 0.47
HSL 255.62º 0.37% 0.39% -
HSV(B) 255.62º 0.54% 0.53% -
XYZ 9.49 6.94 23.76 -
YUV 76 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 81 62 135 0.40 0.54 0 0.47 255.62 0.37 0.39
Hex 51 3E 87 28 36 0 2F 100 25 27
Octal 121 76 207 50 66 0 57 400 45 47
Binary 1010001 111110 10000111 101000 110110 0 101111 100000000 100101 100111

Color Harmonies of #513E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E87

Black with #513E87

Text Example


Text Example

White with #513E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513E87;
 }
 .AnyTagClassName
 {
   color: #513E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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