#544E7C

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

Shades of Victoria #544E7C

Tints of Victoria #544E7C

Color information

#544E7C (or 0x544E7C) is unknown color: approx Victoria. HEX triplet: 54, 4E and 7C. RGB value is (84,78,124). Sum of RGB (Red+Green+Blue) = 84+78+124=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #544E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E7C is #ABB183. Grayscale: #545454. Windows color (decimal): -11252100 or 8146516. OLE color: 8146516.

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

Color convert

RGB8478124-
CMYK0.320.3700.51
HSL247.83º22.77%39.61%-
HSV(B)247.83º37.1%48.63%-
XYZ10.028.7920.24-
YUV85.04149.99127.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=29.37%
G=27.27%
B=43.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84781240.320.3700.51247.8322.7739.61
Hex544E7C2025033f81728
Octal12411617440450633702750
Binary10101001001110111110010000010010101100111111100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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