Html Css Color HEX #544995 Gigas

📋 copy color: '#544995'

red 84 ◦ green 73 ◦ blue 149

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

Shades of Gigas #544995

Tints of Gigas #544995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 27.45%
G = 23.86%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544995 (or 0x544995) is known color: Gigas. HEX triplet: 54, 49 and 95. RGB value is (84,73,149). Sum of RGB (Red+Green+Blue) = 84+73+149=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #544995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544995 is #ABB66A. Grayscale: #545454. Windows color (decimal): -11253355 or 9783636. OLE color: 9783636.

HSL color Cylindrical-coordinate representation of color #544995: hue angle of 248.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544995 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 73 149 -
CMYK 0.44 0.51 0 0.42
HSL 248.68º 0.34% 0.44% -
HSV(B) 248.68º 0.51% 0.58% -
XYZ 11.46 8.82 29.53 -
YUV 84.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 84 73 149 0.44 0.51 0 0.42 248.68 0.34 0.44
Hex 54 49 95 2C 33 0 2A F9 22 2C
Octal 124 111 225 54 63 0 52 371 42 54
Binary 1010100 1001001 10010101 101100 110011 0 101010 11111001 100010 101100

Color Harmonies of #544995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544995

Black with #544995

Text Example


Text Example

White with #544995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544995; }

 p { color: rgb(84,73,149); }

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

background-color css

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

 a { background-color: rgb(84,73,149); }

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

border-color css

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

 span { border-color: rgb(84,73,149); }

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