#54498c

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

Shades of Victoria #54498C

Tints of Victoria #54498C

Color information

#54498C (or 0x54498C) is unknown color: approx Victoria. HEX triplet: 54, 49 and 8C. RGB value is (84,73,140). Sum of RGB (Red+Green+Blue) = 84+73+140=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #54498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54498C is #ABB673. Grayscale: #535353. Windows color (decimal): -11253364 or 9193812. OLE color: 9193812.

HSL color Cylindrical-coordinate representation of color #54498C: hue angle of 249.85º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54498C is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8473140-
CMYK0.40.4800.45
HSL249.85º31.46%41.76%-
HSV(B)249.85º47.86%54.9%-
XYZ10.778.5425.89-
YUV83.93159.64128.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=28.28%
G=24.58%
B=47.14%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84731400.40.4800.45249.8531.4641.76
Hex54498C283002Dfa1f2a
Octal12411121450600553723752
Binary101010010010011000110010100011000001011011111101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54498c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54498c; }

 p { color: rgb(84,73,140); }

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

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

 a { background-color: rgb(84,73,140); }

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

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

 span { border-color: rgb(84,73,140); }

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