Html Css Color HEX #544481 Gigas

📋 copy color: '#544481'

red 84 ◦ green 68 ◦ blue 129

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

Shades of Gigas #544481

Tints of Gigas #544481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 29.89%
G = 24.2%
B = 45.91%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#544481 (or 0x544481) is known color: Gigas. HEX triplet: 54, 44 and 81. RGB value is (84,68,129). Sum of RGB (Red+Green+Blue) = 84+68+129=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #544481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544481 is #ABBB7E. Grayscale: #4F4F4F. Windows color (decimal): -11254655 or 8471636. OLE color: 8471636.

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

Color convert

RGB 84 68 129 -
CMYK 0.35 0.47 0 0.49
HSL 255.74º 0.31% 0.39% -
HSV(B) 255.74º 0.47% 0.51% -
XYZ 9.69 7.6 21.73 -
YUV 79.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 84 68 129 0.35 0.47 0 0.49 255.74 0.31 0.39
Hex 54 44 81 23 2F 0 31 100 1F 27
Octal 124 104 201 43 57 0 61 400 37 47
Binary 1010100 1000100 10000001 100011 101111 0 110001 100000000 11111 100111

Color Harmonies of #544481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544481

Black with #544481

Text Example


Text Example

White with #544481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544481; }

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

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

background-color css

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

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

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

border-color css

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

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

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