#545485

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

Shades of Victoria #545485

Tints of Victoria #545485

Color information

#545485 (or 0x545485) is unknown color: approx Victoria. HEX triplet: 54, 54 and 85. RGB value is (84,84,133). Sum of RGB (Red+Green+Blue) = 84+84+133=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #545485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545485 is #ABAB7A. Grayscale: #595959. Windows color (decimal): -11250555 or 8737876. OLE color: 8737876.

HSL color Cylindrical-coordinate representation of color #545485: hue angle of 240º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545485 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8484133-
CMYK0.370.3700.48
HSL240º22.58%42.55%-
HSV(B)240º36.84%52.16%-
XYZ11.069.9223.52-
YUV89.59152.5124.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=27.91%
G=27.91%
B=44.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84841330.370.3700.4824022.5842.55
Hex5454852525030f0172b
Octal12412420545450603602753
Binary101010010101001000010110010110010101100001111000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545485; }

 p { color: rgb(84,84,133); }

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

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

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

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

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

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

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