Html Css Color HEX #544791 Gigas

📋 copy color: '#544791'

red 84 ◦ green 71 ◦ blue 145

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

Shades of Gigas #544791

Tints of Gigas #544791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 28%
G = 23.67%
B = 48.33%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#544791 (or 0x544791) is known color: Gigas. HEX triplet: 54, 47 and 91. RGB value is (84,71,145). Sum of RGB (Red+Green+Blue) = 84+71+145=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #544791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544791 is #ABB86E. Grayscale: #535353. Windows color (decimal): -11253871 or 9520980. OLE color: 9520980.

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

Color convert

RGB 84 71 145 -
CMYK 0.42 0.51 0 0.43
HSL 250.54º 0.34% 0.42% -
HSV(B) 250.54º 0.51% 0.57% -
XYZ 11.02 8.44 27.84 -
YUV 83.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 84 71 145 0.42 0.51 0 0.43 250.54 0.34 0.42
Hex 54 47 91 2A 33 0 2B FB 22 2A
Octal 124 107 221 52 63 0 53 373 42 52
Binary 1010100 1000111 10010001 101010 110011 0 101011 11111011 100010 101010

Color Harmonies of #544791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544791

Black with #544791

Text Example


Text Example

White with #544791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544791; }

 p { color: rgb(84,71,145); }

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

background-color css

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

 a { background-color: rgb(84,71,145); }

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

border-color css

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

 span { border-color: rgb(84,71,145); }

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