Html Css Color HEX #544191 Blue Gem

📋 copy color: '#544191'

red 84 ◦ green 65 ◦ blue 145

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

Shades of Blue Gem #544191

Tints of Blue Gem #544191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 28.57%
G = 22.11%
B = 49.32%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#544191 (or 0x544191) is known color: Blue Gem. HEX triplet: 54, 41 and 91. RGB value is (84,65,145). Sum of RGB (Red+Green+Blue) = 84+65+145=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #544191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544191 is #ABBE6E. Grayscale: #4F4F4F. Windows color (decimal): -11255407 or 9519444. OLE color: 9519444.

HSL color Cylindrical-coordinate representation of color #544191: hue angle of 254.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544191 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 65 145 -
CMYK 0.42 0.55 0 0.43
HSL 254.25º 0.38% 0.41% -
HSV(B) 254.25º 0.55% 0.57% -
XYZ 10.66 7.71 27.71 -
YUV 79.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 84 65 145 0.42 0.55 0 0.43 254.25 0.38 0.41
Hex 54 41 91 2A 37 0 2B FE 26 29
Octal 124 101 221 52 67 0 53 376 46 51
Binary 1010100 1000001 10010001 101010 110111 0 101011 11111110 100110 101001

Color Harmonies of #544191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544191

Black with #544191

Text Example


Text Example

White with #544191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544191; }

 p { color: rgb(84,65,145); }

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

background-color css

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

 a { background-color: rgb(84,65,145); }

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

border-color css

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

 span { border-color: rgb(84,65,145); }

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