Html Css Color HEX #544295 Blue Gem

📋 copy color: '#544295'

red 84 ◦ green 66 ◦ blue 149

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

Shades of Blue Gem #544295

Tints of Blue Gem #544295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 28.09%
G = 22.07%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544295 (or 0x544295) is known color: Blue Gem. HEX triplet: 54, 42 and 95. RGB value is (84,66,149). Sum of RGB (Red+Green+Blue) = 84+66+149=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #544295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544295 is #ABBD6A. Grayscale: #505050. Windows color (decimal): -11255147 or 9781844. OLE color: 9781844.

HSL color Cylindrical-coordinate representation of color #544295: hue angle of 253.01º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544295 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 66 149 -
CMYK 0.44 0.56 0 0.42
HSL 253.01º 0.39% 0.42% -
HSV(B) 253.01º 0.56% 0.58% -
XYZ 11.03 7.95 29.39 -
YUV 80.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 84 66 149 0.44 0.56 0 0.42 253.01 0.39 0.42
Hex 54 42 95 2C 38 0 2A FD 27 2A
Octal 124 102 225 54 70 0 52 375 47 52
Binary 1010100 1000010 10010101 101100 111000 0 101010 11111101 100111 101010

Color Harmonies of #544295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544295

Black with #544295

Text Example


Text Example

White with #544295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544295; }

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

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

background-color css

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

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

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

border-color css

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

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

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