#544D7F

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

Shades of Victoria #544D7F

Tints of Victoria #544D7F

Color information

#544D7F (or 0x544D7F) is unknown color: approx Victoria. HEX triplet: 54, 4D and 7F. RGB value is (84,77,127). Sum of RGB (Red+Green+Blue) = 84+77+127=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #544D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D7F is #ABB280. Grayscale: #545454. Windows color (decimal): -11252353 or 8342868. OLE color: 8342868.

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

Color convert

RGB8477127-
CMYK0.340.3900.50
HSL248.4º24.51%40%-
HSV(B)248.4º39.37%49.8%-
XYZ10.148.7221.23-
YUV84.79151.82127.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 127 (50% from 255) = 44.10%
R=29.17%
G=26.74%
B=44.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84771270.340.3900.50248.424.5140
Hex544D7F2227032f81928
Octal12411517742470623703150
Binary10101001001101111111110001010011101100101111100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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