#544B95

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

Shades of Victoria #544B95

Tints of Victoria #544B95

Color information

#544B95 (or 0x544B95) is unknown color: approx Victoria. HEX triplet: 54, 4B and 95. RGB value is (84,75,149). Sum of RGB (Red+Green+Blue) = 84+75+149=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #544B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544B95 is #ABB46A. Grayscale: #555555. Windows color (decimal): -11252843 or 9784148. OLE color: 9784148.

HSL color Cylindrical-coordinate representation of color #544B95: hue angle of 247.3º degrees, saturation: 0.33, 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 #544B95 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8475149-
CMYK0.440.5000.42
HSL247.3º33.04%43.92%-
HSV(B)247.3º49.66%58.43%-
XYZ11.69.0929.58-
YUV86.13163.48126.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=27.27%
G=24.35%
B=48.38%

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
Decimal84751490.440.5000.42247.333.0443.92
Hex544B952C3202Af7212c
Octal12411322554620523674154
Binary1010100100101110010101101100110010010101011110111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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