Html Css Color HEX #544482 Gigas

📋 copy color: '#544482'

red 84 ◦ green 68 ◦ blue 130

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

Shades of Gigas #544482

Tints of Gigas #544482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 29.79%
G = 24.11%
B = 46.1%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#544482 (or 0x544482) is known color: Gigas. HEX triplet: 54, 44 and 82. RGB value is (84,68,130). Sum of RGB (Red+Green+Blue) = 84+68+130=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #544482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544482 is #ABBB7D. Grayscale: #4F4F4F. Windows color (decimal): -11254654 or 8537172. OLE color: 8537172.

HSL color Cylindrical-coordinate representation of color #544482: hue angle of 255.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544482 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 68 130 -
CMYK 0.35 0.48 0 0.49
HSL 255.48º 0.31% 0.39% -
HSV(B) 255.48º 0.48% 0.51% -
XYZ 9.75 7.63 22.08 -
YUV 79.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 84 68 130 0.35 0.48 0 0.49 255.48 0.31 0.39
Hex 54 44 82 23 30 0 31 FF 1F 27
Octal 124 104 202 43 60 0 61 377 37 47
Binary 1010100 1000100 10000010 100011 110000 0 110001 11111111 11111 100111

Color Harmonies of #544482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544482

Black with #544482

Text Example


Text Example

White with #544482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544482; }

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

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

background-color css

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

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

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

border-color css

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

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

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