#544E73

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

Shades of Victoria #544E73

Tints of Victoria #544E73

Color information

#544E73 (or 0x544E73) is unknown color: approx Victoria. HEX triplet: 54, 4E and 73. RGB value is (84,78,115). Sum of RGB (Red+Green+Blue) = 84+78+115=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #544E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E73 is #ABB18C. Grayscale: #535353. Windows color (decimal): -11252109 or 7556692. OLE color: 7556692.

HSL color Cylindrical-coordinate representation of color #544E73: hue angle of 249.73º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #544E73 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8478115-
CMYK0.270.3200.55
HSL249.73º19.17%37.84%-
HSV(B)249.73º32.17%45.1%-
XYZ9.488.5717.37-
YUV84.01145.49127.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=30.32%
G=28.16%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84781150.270.3200.55249.7319.1737.84
Hex544E731B20037fa1326
Octal12411616333400673722346
Binary1010100100111011100111101110000001101111111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,115); }

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

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

 a { background-color: rgb(84,78,115); }

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

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

 span { border-color: rgb(84,78,115); }

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