Html Css Color HEX #544280 Gigas

📋 copy color: '#544280'

red 84 ◦ green 66 ◦ blue 128

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

Shades of Gigas #544280

Tints of Gigas #544280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 30.22%
G = 23.74%
B = 46.04%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#544280 (or 0x544280) is known color: Gigas. HEX triplet: 54, 42 and 80. RGB value is (84,66,128). Sum of RGB (Red+Green+Blue) = 84+66+128=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #544280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544280 is #ABBD7F. Grayscale: #4E4E4E. Windows color (decimal): -11255168 or 8405588. OLE color: 8405588.

HSL color Cylindrical-coordinate representation of color #544280: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544280 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 66 128 -
CMYK 0.34 0.48 0 0.50
HSL 257.42º 0.32% 0.38% -
HSV(B) 257.42º 0.48% 0.5% -
XYZ 9.5 7.34 21.34 -
YUV 78.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 84 66 128 0.34 0.48 0 0.50 257.42 0.32 0.38
Hex 54 42 80 22 30 0 32 101 20 26
Octal 124 102 200 42 60 0 62 401 40 46
Binary 1010100 1000010 10000000 100010 110000 0 110010 100000001 100000 100110

Color Harmonies of #544280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544280

Black with #544280

Text Example


Text Example

White with #544280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544280; }

 p { color: rgb(84,66,128); }

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

background-color css

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

 a { background-color: rgb(84,66,128); }

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

border-color css

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

 span { border-color: rgb(84,66,128); }

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