Html Css Color HEX #544576 Gigas

📋 copy color: '#544576'

red 84 ◦ green 69 ◦ blue 118

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

Shades of Gigas #544576

Tints of Gigas #544576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 31%
G = 25.46%
B = 43.54%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#544576 (or 0x544576) is known color: Gigas. HEX triplet: 54, 45 and 76. RGB value is (84,69,118). Sum of RGB (Red+Green+Blue) = 84+69+118=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #544576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544576 is #ABBA89. Grayscale: #4E4E4E. Windows color (decimal): -11254410 or 7750996. OLE color: 7750996.

HSL color Cylindrical-coordinate representation of color #544576: hue angle of 258.37º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544576 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 69 118 -
CMYK 0.29 0.42 0 0.54
HSL 258.37º 0.26% 0.37% -
HSV(B) 258.37º 0.42% 0.46% -
XYZ 9.05 7.45 18.1 -
YUV 79.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 84 69 118 0.29 0.42 0 0.54 258.37 0.26 0.37
Hex 54 45 76 1D 2A 0 36 102 1A 25
Octal 124 105 166 35 52 0 66 402 32 45
Binary 1010100 1000101 1110110 11101 101010 0 110110 100000010 11010 100101

Color Harmonies of #544576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544576

Black with #544576

Text Example


Text Example

White with #544576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544576; }

 p { color: rgb(84,69,118); }

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

background-color css

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

 a { background-color: rgb(84,69,118); }

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

border-color css

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

 span { border-color: rgb(84,69,118); }

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