#544A95

Color #544A95 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #544A95

Tints of Victoria #544A95

Color information

#544A95 (or 0x544A95) is unknown color: approx Victoria. HEX triplet: 54, 4A and 95. RGB value is (84,74,149). Sum of RGB (Red+Green+Blue) = 84+74+149=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #544A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A95 is #ABB56A. Grayscale: #555555. Windows color (decimal): -11253099 or 9783892. OLE color: 9783892.

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

Color convert

RGB8474149-
CMYK0.440.5000.42
HSL248º33.63%43.73%-
HSV(B)248º50.34%58.43%-
XYZ11.538.9529.55-
YUV85.54163.81126.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=27.36%
G=24.10%
B=48.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84741490.440.5000.4224833.6343.73
Hex544A952C3202Af8222c
Octal12411222554620523704254
Binary1010100100101010010101101100110010010101011111000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A95; }

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

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

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

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

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

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

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

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