Html Css Color HEX #544484 Gigas

📋 copy color: '#544484'

red 84 ◦ green 68 ◦ blue 132

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

Shades of Gigas #544484

Tints of Gigas #544484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 29.58%
G = 23.94%
B = 46.48%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#544484 (or 0x544484) is known color: Gigas. HEX triplet: 54, 44 and 84. RGB value is (84,68,132). Sum of RGB (Red+Green+Blue) = 84+68+132=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #544484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544484 is #ABBB7B. Grayscale: #4F4F4F. Windows color (decimal): -11254652 or 8668244. OLE color: 8668244.

HSL color Cylindrical-coordinate representation of color #544484: hue angle of 255º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544484 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 68 132 -
CMYK 0.36 0.48 0 0.48
HSL 255º 0.32% 0.39% -
HSV(B) 255º 0.48% 0.52% -
XYZ 9.89 7.69 22.79 -
YUV 80.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 84 68 132 0.36 0.48 0 0.48 255 0.32 0.39
Hex 54 44 84 24 30 0 30 FF 20 27
Octal 124 104 204 44 60 0 60 377 40 47
Binary 1010100 1000100 10000100 100100 110000 0 110000 11111111 100000 100111

Color Harmonies of #544484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544484

Black with #544484

Text Example


Text Example

White with #544484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544484; }

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

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

background-color css

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

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

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

border-color css

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

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

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