Html Css Color HEX #544488 Gigas

📋 copy color: '#544488'

red 84 ◦ green 68 ◦ blue 136

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

Shades of Gigas #544488

Tints of Gigas #544488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 29.17%
G = 23.61%
B = 47.22%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#544488 (or 0x544488) is known color: Gigas. HEX triplet: 54, 44 and 88. RGB value is (84,68,136). Sum of RGB (Red+Green+Blue) = 84+68+136=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #544488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544488 is #ABBB77. Grayscale: #505050. Windows color (decimal): -11254648 or 8930388. OLE color: 8930388.

HSL color Cylindrical-coordinate representation of color #544488: hue angle of 254.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544488 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 68 136 -
CMYK 0.38 0.50 0 0.47
HSL 254.12º 0.33% 0.4% -
HSV(B) 254.12º 0.5% 0.53% -
XYZ 10.17 7.8 24.26 -
YUV 80.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 84 68 136 0.38 0.50 0 0.47 254.12 0.33 0.4
Hex 54 44 88 26 32 0 2F FE 21 28
Octal 124 104 210 46 62 0 57 376 41 50
Binary 1010100 1000100 10001000 100110 110010 0 101111 11111110 100001 101000

Color Harmonies of #544488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544488

Black with #544488

Text Example


Text Example

White with #544488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544488; }

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

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

background-color css

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

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

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

border-color css

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

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

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