Html Css Color HEX #514486 Gigas

📋 copy color: '#514486'

red 81 ◦ green 68 ◦ blue 134

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

Shades of Gigas #514486

Tints of Gigas #514486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 28.62%
G = 24.03%
B = 47.35%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#514486 (or 0x514486) is known color: Gigas. HEX triplet: 51, 44 and 86. RGB value is (81,68,134). Sum of RGB (Red+Green+Blue) = 81+68+134=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #514486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514486 is #AEBB79. Grayscale: #4F4F4F. Windows color (decimal): -11451258 or 8799313. OLE color: 8799313.

HSL color Cylindrical-coordinate representation of color #514486: hue angle of 251.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #514486 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 68 134 -
CMYK 0.40 0.49 0 0.47
HSL 251.82º 0.33% 0.4% -
HSV(B) 251.82º 0.49% 0.53% -
XYZ 9.76 7.6 23.51 -
YUV 79.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 81 68 134 0.40 0.49 0 0.47 251.82 0.33 0.4
Hex 51 44 86 28 31 0 2F FC 21 28
Octal 121 104 206 50 61 0 57 374 41 50
Binary 1010001 1000100 10000110 101000 110001 0 101111 11111100 100001 101000

Color Harmonies of #514486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514486

Black with #514486

Text Example


Text Example

White with #514486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514486; }

 p { color: rgb(81,68,134); }

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

background-color css

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

 a { background-color: rgb(81,68,134); }

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

border-color css

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

 span { border-color: rgb(81,68,134); }

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