#544874

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

Shades of Victoria #544874

Tints of Victoria #544874

Color information

#544874 (or 0x544874) is unknown color: approx Victoria. HEX triplet: 54, 48 and 74. RGB value is (84,72,116). Sum of RGB (Red+Green+Blue) = 84+72+116=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #544874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544874 is #ABB78B. Grayscale: #505050. Windows color (decimal): -11253644 or 7620692. OLE color: 7620692.

HSL color Cylindrical-coordinate representation of color #544874: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544874 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8472116-
CMYK0.280.3800.55
HSL256.36º23.4%36.86%-
HSV(B)256.36º37.93%45.49%-
XYZ9.137.7817.54-
YUV80.6147.98130.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=30.88%
G=26.47%
B=42.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84721160.280.3800.55256.3623.436.86
Hex5448741C260371001725
Octal12411016434460674002745
Binary10101001001000111010011100100110011011110000000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544874; }

 p { color: rgb(84,72,116); }

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

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

 a { background-color: rgb(84,72,116); }

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

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

 span { border-color: rgb(84,72,116); }

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