Html Css Color HEX #544089 Gigas

📋 copy color: '#544089'

red 84 ◦ green 64 ◦ blue 137

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

Shades of Gigas #544089

Tints of Gigas #544089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 29.47%
G = 22.46%
B = 48.07%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#544089 (or 0x544089) is known color: Gigas. HEX triplet: 54, 40 and 89. RGB value is (84,64,137). Sum of RGB (Red+Green+Blue) = 84+64+137=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #544089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544089 is #ABBF76. Grayscale: #4E4E4E. Windows color (decimal): -11255671 or 8994900. OLE color: 8994900.

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

Color convert

RGB 84 64 137 -
CMYK 0.39 0.53 0 0.46
HSL 256.44º 0.36% 0.39% -
HSV(B) 256.44º 0.53% 0.54% -
XYZ 10 7.36 24.56 -
YUV 78.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 84 64 137 0.39 0.53 0 0.46 256.44 0.36 0.39
Hex 54 40 89 27 35 0 2E 100 24 27
Octal 124 100 211 47 65 0 56 400 44 47
Binary 1010100 1000000 10001001 100111 110101 0 101110 100000000 100100 100111

Color Harmonies of #544089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544089

Black with #544089

Text Example


Text Example

White with #544089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544089; }

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

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

background-color css

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

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

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

border-color css

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

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

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