#544D71

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

Shades of Victoria #544D71

Tints of Victoria #544D71

Color information

#544D71 (or 0x544D71) is unknown color: approx Victoria. HEX triplet: 54, 4D and 71. RGB value is (84,77,113). Sum of RGB (Red+Green+Blue) = 84+77+113=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #544D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D71 is #ABB28E. Grayscale: #535353. Windows color (decimal): -11252367 or 7425364. OLE color: 7425364.

HSL color Cylindrical-coordinate representation of color #544D71: hue angle of 251.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #544D71 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8477113-
CMYK0.260.3200.56
HSL251.67º18.95%37.25%-
HSV(B)251.67º31.86%44.31%-
XYZ9.298.3816.75-
YUV83.2144.82128.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=30.66%
G=28.10%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84771130.260.3200.56251.6718.9537.25
Hex544D711A20038fc1325
Octal12411516132400703742345
Binary1010100100110111100011101010000001110001111110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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