Html Css Color HEX #544389 Gigas

📋 copy color: '#544389'

red 84 ◦ green 67 ◦ blue 137

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

Shades of Gigas #544389

Tints of Gigas #544389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 29.17%
G = 23.26%
B = 47.57%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#544389 (or 0x544389) is known color: Gigas. HEX triplet: 54, 43 and 89. RGB value is (84,67,137). Sum of RGB (Red+Green+Blue) = 84+67+137=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #544389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544389 is #ABBC76. Grayscale: #4F4F4F. Windows color (decimal): -11254903 or 8995668. OLE color: 8995668.

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

Color convert

RGB 84 67 137 -
CMYK 0.39 0.51 0 0.46
HSL 254.57º 0.34% 0.4% -
HSV(B) 254.57º 0.51% 0.54% -
XYZ 10.18 7.71 24.62 -
YUV 80.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 84 67 137 0.39 0.51 0 0.46 254.57 0.34 0.4
Hex 54 43 89 27 33 0 2E FF 22 28
Octal 124 103 211 47 63 0 56 377 42 50
Binary 1010100 1000011 10001001 100111 110011 0 101110 11111111 100010 101000

Color Harmonies of #544389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544389

Black with #544389

Text Example


Text Example

White with #544389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544389; }

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

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

background-color css

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

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

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

border-color css

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

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

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