Html Css Color HEX #514080 Gigas

📋 copy color: '#514080'

red 81 ◦ green 64 ◦ blue 128

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

Shades of Gigas #514080

Tints of Gigas #514080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 29.67%
G = 23.44%
B = 46.89%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#514080 (or 0x514080) is known color: Gigas. HEX triplet: 51, 40 and 80. RGB value is (81,64,128). Sum of RGB (Red+Green+Blue) = 81+64+128=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #514080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514080 is #AEBF7F. Grayscale: #4C4C4C. Windows color (decimal): -11452288 or 8405073. OLE color: 8405073.

HSL color Cylindrical-coordinate representation of color #514080: hue angle of 255.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514080 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 64 128 -
CMYK 0.37 0.5 0 0.50
HSL 255.94º 0.33% 0.38% -
HSV(B) 255.94º 0.5% 0.5% -
XYZ 9.12 6.97 21.29 -
YUV 76.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 81 64 128 0.37 0.5 0 0.50 255.94 0.33 0.38
Hex 51 40 80 25 32 0 32 100 21 26
Octal 121 100 200 45 62 0 62 400 41 46
Binary 1010001 1000000 10000000 100101 110010 0 110010 100000000 100001 100110

Color Harmonies of #514080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514080

Black with #514080

Text Example


Text Example

White with #514080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514080; }

 p { color: rgb(81,64,128); }

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

background-color css

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

 a { background-color: rgb(81,64,128); }

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

border-color css

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

 span { border-color: rgb(81,64,128); }

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