#544295

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

Shades of Blue Gem #544295

Tints of Blue Gem #544295

Color information

#544295 (or 0x544295) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 95. RGB value is (84,66,149). Sum of RGB (Red+Green+Blue) = 84+66+149=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #544295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544295 is #ABBD6A. Grayscale: #505050. Windows color (decimal): -11255147 or 9781844. OLE color: 9781844.

HSL color Cylindrical-coordinate representation of color #544295: hue angle of 253.01º 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 #544295 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8466149-
CMYK0.440.5600.42
HSL253.01º38.6%42.16%-
HSV(B)253.01º55.7%58.43%-
XYZ11.037.9529.39-
YUV80.84166.46130.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=28.09%
G=22.07%
B=49.83%

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
Decimal84661490.440.5600.42253.0138.642.16
Hex5442952C3802Afd272a
Octal12410222554700523754752
Binary1010100100001010010101101100111000010101011111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544295; }

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

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

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

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

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

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

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

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