#544697

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

Shades of Blue Gem #544697

Tints of Blue Gem #544697

Color information

#544697 (or 0x544697) is unknown color: approx Blue Gem. HEX triplet: 54, 46 and 97. RGB value is (84,70,151). Sum of RGB (Red+Green+Blue) = 84+70+151=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #544697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544697 is #ABB968. Grayscale: #535353. Windows color (decimal): -11254121 or 9913940. OLE color: 9913940.

HSL color Cylindrical-coordinate representation of color #544697: hue angle of 250.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544697 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8470151-
CMYK0.440.5400.41
HSL250.37º36.65%43.33%-
HSV(B)250.37º53.64%59.22%-
XYZ11.438.530.32-
YUV83.42166.14128.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=27.54%
G=22.95%
B=49.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84701510.440.5400.41250.3736.6543.33
Hex5446972C36029fa252b
Octal12410622754660513724553
Binary1010100100011010010111101100110110010100111111010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544697; }

 p { color: rgb(84,70,151); }

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

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

 a { background-color: rgb(84,70,151); }

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

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

 span { border-color: rgb(84,70,151); }

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