Html Css Color HEX #544095 Blue Gem

📋 copy color: '#544095'

red 84 ◦ green 64 ◦ blue 149

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

Shades of Blue Gem #544095

Tints of Blue Gem #544095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 28.28%
G = 21.55%
B = 50.17%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#544095 (or 0x544095) is known color: Blue Gem. HEX triplet: 54, 40 and 95. RGB value is (84,64,149). Sum of RGB (Red+Green+Blue) = 84+64+149=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #544095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544095 is #ABBF6A. Grayscale: #4F4F4F. Windows color (decimal): -11255659 or 9781332. OLE color: 9781332.

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

Color convert

RGB 84 64 149 -
CMYK 0.44 0.57 0 0.42
HSL 254.12º 0.4% 0.42% -
HSV(B) 254.12º 0.57% 0.58% -
XYZ 10.91 7.72 29.35 -
YUV 79.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 84 64 149 0.44 0.57 0 0.42 254.12 0.4 0.42
Hex 54 40 95 2C 39 0 2A FE 28 2A
Octal 124 100 225 54 71 0 52 376 50 52
Binary 1010100 1000000 10010101 101100 111001 0 101010 11111110 101000 101010

Color Harmonies of #544095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544095

Black with #544095

Text Example


Text Example

White with #544095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544095; }

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

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

background-color css

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

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

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

border-color css

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

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

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