Html Css Color HEX #544899 Blue Gem

📋 copy color: '#544899'

red 84 ◦ green 72 ◦ blue 153

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

Shades of Blue Gem #544899

Tints of Blue Gem #544899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 27.18%
G = 23.3%
B = 49.51%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#544899 (or 0x544899) is known color: Blue Gem. HEX triplet: 54, 48 and 99. RGB value is (84,72,153). Sum of RGB (Red+Green+Blue) = 84+72+153=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #544899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544899 is #ABB766. Grayscale: #545454. Windows color (decimal): -11253607 or 10045524. OLE color: 10045524.

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

Color convert

RGB 84 72 153 -
CMYK 0.45 0.53 0 0.4
HSL 248.89º 0.36% 0.44% -
HSV(B) 248.89º 0.53% 0.6% -
XYZ 11.72 8.82 31.22 -
YUV 84.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 84 72 153 0.45 0.53 0 0.4 248.89 0.36 0.44
Hex 54 48 99 2D 35 0 28 F9 24 2C
Octal 124 110 231 55 65 0 50 371 44 54
Binary 1010100 1001000 10011001 101101 110101 0 101000 11111001 100100 101100

Color Harmonies of #544899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544899

Black with #544899

Text Example


Text Example

White with #544899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544899; }

 p { color: rgb(84,72,153); }

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

background-color css

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

 a { background-color: rgb(84,72,153); }

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

border-color css

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

 span { border-color: rgb(84,72,153); }

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