Html Css Color HEX #544291 Blue Gem

📋 copy color: '#544291'

red 84 ◦ green 66 ◦ blue 145

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

Shades of Blue Gem #544291

Tints of Blue Gem #544291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 28.47%
G = 22.37%
B = 49.15%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#544291 (or 0x544291) is known color: Blue Gem. HEX triplet: 54, 42 and 91. RGB value is (84,66,145). Sum of RGB (Red+Green+Blue) = 84+66+145=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #544291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544291 is #ABBD6E. Grayscale: #505050. Windows color (decimal): -11255151 or 9519700. OLE color: 9519700.

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

Color convert

RGB 84 66 145 -
CMYK 0.42 0.54 0 0.43
HSL 253.67º 0.37% 0.41% -
HSV(B) 253.67º 0.54% 0.57% -
XYZ 10.72 7.83 27.73 -
YUV 80.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 84 66 145 0.42 0.54 0 0.43 253.67 0.37 0.41
Hex 54 42 91 2A 36 0 2B FE 25 29
Octal 124 102 221 52 66 0 53 376 45 51
Binary 1010100 1000010 10010001 101010 110110 0 101011 11111110 100101 101001

Color Harmonies of #544291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544291

Black with #544291

Text Example


Text Example

White with #544291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544291; }

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

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

background-color css

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

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

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

border-color css

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

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

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