Html Css Color HEX #544390 Gigas

📋 copy color: '#544390'

red 84 ◦ green 67 ◦ blue 144

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

Shades of Gigas #544390

Tints of Gigas #544390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 28.47%
G = 22.71%
B = 48.81%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#544390 (or 0x544390) is known color: Gigas. HEX triplet: 54, 43 and 90. RGB value is (84,67,144). Sum of RGB (Red+Green+Blue) = 84+67+144=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #544390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544390 is #ABBC6F. Grayscale: #505050. Windows color (decimal): -11254896 or 9454420. OLE color: 9454420.

HSL color Cylindrical-coordinate representation of color #544390: hue angle of 253.25º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #544390 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 67 144 -
CMYK 0.42 0.53 0 0.44
HSL 253.25º 0.36% 0.41% -
HSV(B) 253.25º 0.53% 0.56% -
XYZ 10.7 7.91 27.35 -
YUV 80.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 84 67 144 0.42 0.53 0 0.44 253.25 0.36 0.41
Hex 54 43 90 2A 35 0 2C FD 24 29
Octal 124 103 220 52 65 0 54 375 44 51
Binary 1010100 1000011 10010000 101010 110101 0 101100 11111101 100100 101001

Color Harmonies of #544390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544390

Black with #544390

Text Example


Text Example

White with #544390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544390; }

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

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

background-color css

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

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

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

border-color css

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

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

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