#544195

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

Shades of Blue Gem #544195

Tints of Blue Gem #544195

Color information

#544195 (or 0x544195) is unknown color: approx Blue Gem. HEX triplet: 54, 41 and 95. RGB value is (84,65,149). Sum of RGB (Red+Green+Blue) = 84+65+149=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #544195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544195 is #ABBE6A. Grayscale: #4F4F4F. Windows color (decimal): -11255403 or 9781588. OLE color: 9781588.

HSL color Cylindrical-coordinate representation of color #544195: hue angle of 253.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544195 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8465149-
CMYK0.440.5600.42
HSL253.57º39.25%41.96%-
HSV(B)253.57º56.38%58.43%-
XYZ10.977.8429.37-
YUV80.26166.79130.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 149 (58.59% from 255) = 50%
R=28.19%
G=21.81%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84651490.440.5600.42253.5739.2541.96
Hex5441952C3802Afe272a
Octal12410122554700523764752
Binary1010100100000110010101101100111000010101011111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544195; }

 p { color: rgb(84,65,149); }

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

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

 a { background-color: rgb(84,65,149); }

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

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

 span { border-color: rgb(84,65,149); }

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