Html Css Color HEX #544480 Gigas

📋 copy color: '#544480'

red 84 ◦ green 68 ◦ blue 128

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

Shades of Gigas #544480

Tints of Gigas #544480

RGB

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

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

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

R = 30%
G = 24.29%
B = 45.71%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#544480 (or 0x544480) is known color: Gigas. HEX triplet: 54, 44 and 80. RGB value is (84,68,128). Sum of RGB (Red+Green+Blue) = 84+68+128=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #544480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544480 is #ABBB7F. Grayscale: #4F4F4F. Windows color (decimal): -11254656 or 8406100. OLE color: 8406100.

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

Color convert

RGB 84 68 128 -
CMYK 0.34 0.47 0 0.50
HSL 256º 0.31% 0.38% -
HSV(B) 256º 0.47% 0.5% -
XYZ 9.62 7.58 21.38 -
YUV 79.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 84 68 128 0.34 0.47 0 0.50 256 0.31 0.38
Hex 54 44 80 22 2F 0 32 100 1F 26
Octal 124 104 200 42 57 0 62 400 37 46
Binary 1010100 1000100 10000000 100010 101111 0 110010 100000000 11111 100110

Color Harmonies of #544480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544480

Black with #544480

Text Example


Text Example

White with #544480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544480; }

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

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

background-color css

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

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

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

border-color css

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

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

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