Html Css Color HEX #544099 Blue Gem

📋 copy color: '#544099'

red 84 ◦ green 64 ◦ blue 153

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

Shades of Blue Gem #544099

Tints of Blue Gem #544099

RGB

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

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

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

R = 27.91%
G = 21.26%
B = 50.83%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#544099 (or 0x544099) is known color: Blue Gem. HEX triplet: 54, 40 and 99. RGB value is (84,64,153). Sum of RGB (Red+Green+Blue) = 84+64+153=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #544099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544099 is #ABBF66. Grayscale: #4F4F4F. Windows color (decimal): -11255655 or 10043476. OLE color: 10043476.

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

Color convert

RGB 84 64 153 -
CMYK 0.45 0.58 0 0.4
HSL 253.48º 0.41% 0.43% -
HSV(B) 253.48º 0.58% 0.6% -
XYZ 11.24 7.85 31.06 -
YUV 80.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 84 64 153 0.45 0.58 0 0.4 253.48 0.41 0.43
Hex 54 40 99 2D 3A 0 28 FD 29 2B
Octal 124 100 231 55 72 0 50 375 51 53
Binary 1010100 1000000 10011001 101101 111010 0 101000 11111101 101001 101011

Color Harmonies of #544099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544099

Black with #544099

Text Example


Text Example

White with #544099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544099; }

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

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

background-color css

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

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

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

border-color css

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

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

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