Html Css Color HEX #544080 Gigas

📋 copy color: '#544080'

red 84 ◦ green 64 ◦ blue 128

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

Shades of Gigas #544080

Tints of Gigas #544080

RGB

 RED value IS 84 (33.2% from 255) = 30.43%

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

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

R = 30.43%
G = 23.19%
B = 46.38%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#544080 (or 0x544080) is known color: Gigas. HEX triplet: 54, 40 and 80. RGB value is (84,64,128). Sum of RGB (Red+Green+Blue) = 84+64+128=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #544080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544080 is #ABBF7F. Grayscale: #4D4D4D. Windows color (decimal): -11255680 or 8405076. OLE color: 8405076.

HSL color Cylindrical-coordinate representation of color #544080: hue angle of 258.75º 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 #544080 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 64 128 -
CMYK 0.34 0.5 0 0.50
HSL 258.75º 0.33% 0.38% -
HSV(B) 258.75º 0.5% 0.5% -
XYZ 9.39 7.11 21.3 -
YUV 77.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 84 64 128 0.34 0.5 0 0.50 258.75 0.33 0.38
Hex 54 40 80 22 32 0 32 103 21 26
Octal 124 100 200 42 62 0 62 403 41 46
Binary 1010100 1000000 10000000 100010 110010 0 110010 100000011 100001 100110

Color Harmonies of #544080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544080

Black with #544080

Text Example


Text Example

White with #544080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544080; }

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

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

background-color css

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

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

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

border-color css

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

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

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