#544D76

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

Shades of Victoria #544D76

Tints of Victoria #544D76

Color information

#544D76 (or 0x544D76) is unknown color: approx Victoria. HEX triplet: 54, 4D and 76. RGB value is (84,77,118). Sum of RGB (Red+Green+Blue) = 84+77+118=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #544D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D76 is #ABB289. Grayscale: #535353. Windows color (decimal): -11252362 or 7753044. OLE color: 7753044.

HSL color Cylindrical-coordinate representation of color #544D76: hue angle of 250.24º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #544D76 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8477118-
CMYK0.290.3500.54
HSL250.24º21.03%38.24%-
HSV(B)250.24º34.75%46.27%-
XYZ9.588.518.28-
YUV83.77147.32128.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=30.11%
G=27.60%
B=42.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84771180.290.3500.54250.2421.0338.24
Hex544D761D23036fa1526
Octal12411516635430663722546
Binary1010100100110111101101110110001101101101111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,118); }

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

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

 a { background-color: rgb(84,77,118); }

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

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

 span { border-color: rgb(84,77,118); }

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