Html Css Color HEX #544599 Blue Gem

📋 copy color: '#544599'

red 84 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #544599

Tints of Blue Gem #544599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 27.45%
G = 22.55%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#544599 (or 0x544599) is known color: Blue Gem. HEX triplet: 54, 45 and 99. RGB value is (84,69,153). Sum of RGB (Red+Green+Blue) = 84+69+153=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #544599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544599 is #ABBA66. Grayscale: #525252. Windows color (decimal): -11254375 or 10044756. OLE color: 10044756.

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

Color convert

RGB 84 69 153 -
CMYK 0.45 0.55 0 0.4
HSL 250.71º 0.38% 0.44% -
HSV(B) 250.71º 0.55% 0.6% -
XYZ 11.53 8.44 31.16 -
YUV 83.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 84 69 153 0.45 0.55 0 0.4 250.71 0.38 0.44
Hex 54 45 99 2D 37 0 28 FB 26 2C
Octal 124 105 231 55 67 0 50 373 46 54
Binary 1010100 1000101 10011001 101101 110111 0 101000 11111011 100110 101100

Color Harmonies of #544599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544599

Black with #544599

Text Example


Text Example

White with #544599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544599; }

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

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

background-color css

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

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

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

border-color css

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

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

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