Html Css Color HEX #544489 Gigas

📋 copy color: '#544489'

red 84 ◦ green 68 ◦ blue 137

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

Shades of Gigas #544489

Tints of Gigas #544489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 29.07%
G = 23.53%
B = 47.4%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#544489 (or 0x544489) is known color: Gigas. HEX triplet: 54, 44 and 89. RGB value is (84,68,137). Sum of RGB (Red+Green+Blue) = 84+68+137=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #544489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544489 is #ABBB76. Grayscale: #505050. Windows color (decimal): -11254647 or 8995924. OLE color: 8995924.

HSL color Cylindrical-coordinate representation of color #544489: hue angle of 253.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544489 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 68 137 -
CMYK 0.39 0.50 0 0.46
HSL 253.91º 0.34% 0.4% -
HSV(B) 253.91º 0.5% 0.54% -
XYZ 10.24 7.83 24.64 -
YUV 80.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 84 68 137 0.39 0.50 0 0.46 253.91 0.34 0.4
Hex 54 44 89 27 32 0 2E FE 22 28
Octal 124 104 211 47 62 0 56 376 42 50
Binary 1010100 1000100 10001001 100111 110010 0 101110 11111110 100010 101000

Color Harmonies of #544489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544489

Black with #544489

Text Example


Text Example

White with #544489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544489; }

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

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

background-color css

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

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

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

border-color css

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

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

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