Html Css Color HEX #544999 Blue Gem

📋 copy color: '#544999'

red 84 ◦ green 73 ◦ blue 153

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

Shades of Blue Gem #544999

Tints of Blue Gem #544999

RGB

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

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

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

R = 27.1%
G = 23.55%
B = 49.35%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#544999 (or 0x544999) is known color: Blue Gem. HEX triplet: 54, 49 and 99. RGB value is (84,73,153). Sum of RGB (Red+Green+Blue) = 84+73+153=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #544999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544999 is #ABB666. Grayscale: #555555. Windows color (decimal): -11253351 or 10045780. OLE color: 10045780.

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

Color convert

RGB 84 73 153 -
CMYK 0.45 0.52 0 0.4
HSL 248.25º 0.35% 0.44% -
HSV(B) 248.25º 0.52% 0.6% -
XYZ 11.79 8.95 31.24 -
YUV 85.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 84 73 153 0.45 0.52 0 0.4 248.25 0.35 0.44
Hex 54 49 99 2D 34 0 28 F8 23 2C
Octal 124 111 231 55 64 0 50 370 43 54
Binary 1010100 1001001 10011001 101101 110100 0 101000 11111000 100011 101100

Color Harmonies of #544999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544999

Black with #544999

Text Example


Text Example

White with #544999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544999; }

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

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

background-color css

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

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

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

border-color css

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

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

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