Html Css Color HEX #544398 Blue Gem

📋 copy color: '#544398'

red 84 ◦ green 67 ◦ blue 152

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

Shades of Blue Gem #544398

Tints of Blue Gem #544398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 27.72%
G = 22.11%
B = 50.17%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#544398 (or 0x544398) is known color: Blue Gem. HEX triplet: 54, 43 and 98. RGB value is (84,67,152). Sum of RGB (Red+Green+Blue) = 84+67+152=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #544398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544398 is #ABBC67. Grayscale: #515151. Windows color (decimal): -11254888 or 9978708. OLE color: 9978708.

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

Color convert

RGB 84 67 152 -
CMYK 0.45 0.56 0 0.40
HSL 252º 0.39% 0.43% -
HSV(B) 252º 0.56% 0.6% -
XYZ 11.33 8.17 30.68 -
YUV 81.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 84 67 152 0.45 0.56 0 0.40 252 0.39 0.43
Hex 54 43 98 2D 38 0 28 FC 27 2B
Octal 124 103 230 55 70 0 50 374 47 53
Binary 1010100 1000011 10011000 101101 111000 0 101000 11111100 100111 101011

Color Harmonies of #544398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544398

Black with #544398

Text Example


Text Example

White with #544398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544398; }

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

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

background-color css

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

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

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

border-color css

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

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

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