#544E75

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

Shades of Victoria #544E75

Tints of Victoria #544E75

Color information

#544E75 (or 0x544E75) is unknown color: approx Victoria. HEX triplet: 54, 4E and 75. RGB value is (84,78,117). Sum of RGB (Red+Green+Blue) = 84+78+117=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #544E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E75 is #ABB18A. Grayscale: #545454. Windows color (decimal): -11252107 or 7687764. OLE color: 7687764.

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

Color convert

RGB8478117-
CMYK0.280.3300.54
HSL249.23º20%38.24%-
HSV(B)249.23º33.33%45.88%-
XYZ9.598.6217.99-
YUV84.24146.49127.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=30.11%
G=27.96%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84781170.280.3300.54249.232038.24
Hex544E751C21036f91426
Octal12411616534410663712446
Binary1010100100111011101011110010000101101101111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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