Html Css Color HEX #544378 Gigas

📋 copy color: '#544378'

red 84 ◦ green 67 ◦ blue 120

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

Shades of Gigas #544378

Tints of Gigas #544378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 31%
G = 24.72%
B = 44.28%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#544378 (or 0x544378) is known color: Gigas. HEX triplet: 54, 43 and 78. RGB value is (84,67,120). Sum of RGB (Red+Green+Blue) = 84+67+120=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #544378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544378 is #ABBC87. Grayscale: #4D4D4D. Windows color (decimal): -11254920 or 7881556. OLE color: 7881556.

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

Color convert

RGB 84 67 120 -
CMYK 0.3 0.44 0 0.53
HSL 259.25º 0.28% 0.37% -
HSV(B) 259.25º 0.44% 0.47% -
XYZ 9.05 7.26 18.69 -
YUV 78.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 84 67 120 0.3 0.44 0 0.53 259.25 0.28 0.37
Hex 54 43 78 1E 2C 0 35 103 1C 25
Octal 124 103 170 36 54 0 65 403 34 45
Binary 1010100 1000011 1111000 11110 101100 0 110101 100000011 11100 100101

Color Harmonies of #544378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544378

Black with #544378

Text Example


Text Example

White with #544378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544378; }

 p { color: rgb(84,67,120); }

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

background-color css

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

 a { background-color: rgb(84,67,120); }

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

border-color css

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

 span { border-color: rgb(84,67,120); }

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