Html Css Color HEX #544477 Gigas

📋 copy color: '#544477'

red 84 ◦ green 68 ◦ blue 119

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

Shades of Gigas #544477

Tints of Gigas #544477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 31%
G = 25.09%
B = 43.91%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#544477 (or 0x544477) is known color: Gigas. HEX triplet: 54, 44 and 77. RGB value is (84,68,119). Sum of RGB (Red+Green+Blue) = 84+68+119=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #544477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544477 is #ABBB88. Grayscale: #4E4E4E. Windows color (decimal): -11254665 or 7816276. OLE color: 7816276.

HSL color Cylindrical-coordinate representation of color #544477: hue angle of 258.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544477 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 68 119 -
CMYK 0.29 0.43 0 0.53
HSL 258.82º 0.27% 0.37% -
HSV(B) 258.82º 0.43% 0.47% -
XYZ 9.05 7.35 18.39 -
YUV 78.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 84 68 119 0.29 0.43 0 0.53 258.82 0.27 0.37
Hex 54 44 77 1D 2B 0 35 103 1B 25
Octal 124 104 167 35 53 0 65 403 33 45
Binary 1010100 1000100 1110111 11101 101011 0 110101 100000011 11011 100101

Color Harmonies of #544477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544477

Black with #544477

Text Example


Text Example

White with #544477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544477; }

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

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

background-color css

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

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

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

border-color css

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

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

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