#544E7D

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

Shades of Victoria #544E7D

Tints of Victoria #544E7D

Color information

#544E7D (or 0x544E7D) is unknown color: approx Victoria. HEX triplet: 54, 4E and 7D. RGB value is (84,78,125). Sum of RGB (Red+Green+Blue) = 84+78+125=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #544E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E7D is #ABB182. Grayscale: #545454. Windows color (decimal): -11252099 or 8212052. OLE color: 8212052.

HSL color Cylindrical-coordinate representation of color #544E7D: hue angle of 247.66º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544E7D is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8478125-
CMYK0.330.3800.51
HSL247.66º23.15%39.8%-
HSV(B)247.66º37.6%49.02%-
XYZ10.088.8120.57-
YUV85.15150.49127.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=29.27%
G=27.18%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84781250.330.3800.51247.6623.1539.8
Hex544E7D2126033f81728
Octal12411617541460633702750
Binary10101001001110111110110000110011001100111111100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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