Html Css Color HEX #544994 Gigas

📋 copy color: '#544994'

red 84 ◦ green 73 ◦ blue 148

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

Shades of Gigas #544994

Tints of Gigas #544994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 27.54%
G = 23.93%
B = 48.52%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544994 (or 0x544994) is known color: Gigas. HEX triplet: 54, 49 and 94. RGB value is (84,73,148). Sum of RGB (Red+Green+Blue) = 84+73+148=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #544994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544994 is #ABB66B. Grayscale: #545454. Windows color (decimal): -11253356 or 9718100. OLE color: 9718100.

HSL color Cylindrical-coordinate representation of color #544994: hue angle of 248.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544994 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 73 148 -
CMYK 0.43 0.51 0 0.42
HSL 248.8º 0.34% 0.43% -
HSV(B) 248.8º 0.51% 0.58% -
XYZ 11.38 8.79 29.11 -
YUV 84.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 84 73 148 0.43 0.51 0 0.42 248.8 0.34 0.43
Hex 54 49 94 2B 33 0 2A F9 22 2B
Octal 124 111 224 53 63 0 52 371 42 53
Binary 1010100 1001001 10010100 101011 110011 0 101010 11111001 100010 101011

Color Harmonies of #544994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544994

Black with #544994

Text Example


Text Example

White with #544994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544994; }

 p { color: rgb(84,73,148); }

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

background-color css

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

 a { background-color: rgb(84,73,148); }

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

border-color css

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

 span { border-color: rgb(84,73,148); }

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