Html Css Color HEX #544299 Blue Gem

📋 copy color: '#544299'

red 84 ◦ green 66 ◦ blue 153

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

Shades of Blue Gem #544299

Tints of Blue Gem #544299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 27.72%
G = 21.78%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#544299 (or 0x544299) is known color: Blue Gem. HEX triplet: 54, 42 and 99. RGB value is (84,66,153). Sum of RGB (Red+Green+Blue) = 84+66+153=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #544299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544299 is #ABBD66. Grayscale: #505050. Windows color (decimal): -11255143 or 10043988. OLE color: 10043988.

HSL color Cylindrical-coordinate representation of color #544299: hue angle of 252.41º 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 #544299 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 66 153 -
CMYK 0.45 0.57 0 0.4
HSL 252.41º 0.4% 0.43% -
HSV(B) 252.41º 0.57% 0.6% -
XYZ 11.35 8.08 31.1 -
YUV 81.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 84 66 153 0.45 0.57 0 0.4 252.41 0.4 0.43
Hex 54 42 99 2D 39 0 28 FC 28 2B
Octal 124 102 231 55 71 0 50 374 50 53
Binary 1010100 1000010 10011001 101101 111001 0 101000 11111100 101000 101011

Color Harmonies of #544299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544299

Black with #544299

Text Example


Text Example

White with #544299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544299; }

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

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

background-color css

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

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

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

border-color css

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

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

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