#544998

Color #544998 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #544998

Tints of Blue Gem #544998

Color information

#544998 (or 0x544998) is unknown color: approx Blue Gem. HEX triplet: 54, 49 and 98. RGB value is (84,73,152). Sum of RGB (Red+Green+Blue) = 84+73+152=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #544998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544998 is #ABB667. Grayscale: #545454. Windows color (decimal): -11253352 or 9980244. OLE color: 9980244.

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

Color convert

RGB8473152-
CMYK0.450.5200.40
HSL248.35º35.11%44.12%-
HSV(B)248.35º51.97%59.61%-
XYZ11.718.9230.81-
YUV85.3165.64127.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=27.18%
G=23.62%
B=49.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84731520.450.5200.40248.3535.1144.12
Hex5449982D34028f8232c
Octal12411123055640503704354
Binary1010100100100110011000101101110100010100011111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544998; }

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

 H1.HeaderClassName
 {
   color: #544998;
 }
 .AnyTagClassName
 {
   color: #544998;
 }
</style>
background-color css

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

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

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

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

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

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