Html Css Color HEX #544198 Blue Gem

📋 copy color: '#544198'

red 84 ◦ green 65 ◦ blue 152

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

Shades of Blue Gem #544198

Tints of Blue Gem #544198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 27.91%
G = 21.59%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#544198 (or 0x544198) is known color: Blue Gem. HEX triplet: 54, 41 and 98. RGB value is (84,65,152). Sum of RGB (Red+Green+Blue) = 84+65+152=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #544198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544198 is #ABBE67. Grayscale: #505050. Windows color (decimal): -11255400 or 9978196. OLE color: 9978196.

HSL color Cylindrical-coordinate representation of color #544198: hue angle of 253.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544198 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 65 152 -
CMYK 0.45 0.57 0 0.40
HSL 253.1º 0.4% 0.43% -
HSV(B) 253.1º 0.57% 0.6% -
XYZ 11.21 7.93 30.65 -
YUV 80.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 84 65 152 0.45 0.57 0 0.40 253.1 0.4 0.43
Hex 54 41 98 2D 39 0 28 FD 28 2B
Octal 124 101 230 55 71 0 50 375 50 53
Binary 1010100 1000001 10011000 101101 111001 0 101000 11111101 101000 101011

Color Harmonies of #544198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544198

Black with #544198

Text Example


Text Example

White with #544198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544198; }

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

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

background-color css

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

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

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

border-color css

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

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

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