Html Css Color HEX #544996 Blue Gem

📋 copy color: '#544996'

red 84 ◦ green 73 ◦ blue 150

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

Shades of Blue Gem #544996

Tints of Blue Gem #544996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 27.36%
G = 23.78%
B = 48.86%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#544996 (or 0x544996) is known color: Blue Gem. HEX triplet: 54, 49 and 96. RGB value is (84,73,150). Sum of RGB (Red+Green+Blue) = 84+73+150=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #544996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544996 is #ABB669. Grayscale: #545454. Windows color (decimal): -11253354 or 9849172. OLE color: 9849172.

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

Color convert

RGB 84 73 150 -
CMYK 0.44 0.51 0 0.41
HSL 248.57º 0.35% 0.44% -
HSV(B) 248.57º 0.51% 0.59% -
XYZ 11.54 8.85 29.95 -
YUV 85.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 84 73 150 0.44 0.51 0 0.41 248.57 0.35 0.44
Hex 54 49 96 2C 33 0 29 F9 23 2C
Octal 124 111 226 54 63 0 51 371 43 54
Binary 1010100 1001001 10010110 101100 110011 0 101001 11111001 100011 101100

Color Harmonies of #544996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544996

Black with #544996

Text Example


Text Example

White with #544996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544996; }

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

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

background-color css

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

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

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

border-color css

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

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

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