#544C71

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

Shades of Victoria #544C71

Tints of Victoria #544C71

Color information

#544C71 (or 0x544C71) is unknown color: approx Victoria. HEX triplet: 54, 4C and 71. RGB value is (84,76,113). Sum of RGB (Red+Green+Blue) = 84+76+113=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #544C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C71 is #ABB38E. Grayscale: #525252. Windows color (decimal): -11252623 or 7425108. OLE color: 7425108.

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

Color convert

RGB8476113-
CMYK0.260.3300.56
HSL252.97º19.58%37.06%-
HSV(B)252.97º32.74%44.31%-
XYZ9.228.2516.73-
YUV82.61145.15128.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=30.77%
G=27.84%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84761130.260.3300.56252.9719.5837.06
Hex544C711A21038fd1425
Octal12411416132410703752445
Binary1010100100110011100011101010000101110001111110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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