#545583

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

Shades of Victoria #545583

Tints of Victoria #545583

Color information

#545583 (or 0x545583) is unknown color: approx Victoria. HEX triplet: 54, 55 and 83. RGB value is (84,85,131). Sum of RGB (Red+Green+Blue) = 84+85+131=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #545583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545583 is #ABAA7C. Grayscale: #595959. Windows color (decimal): -11250301 or 8607060. OLE color: 8607060.

HSL color Cylindrical-coordinate representation of color #545583: hue angle of 238.72º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545583 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8485131-
CMYK0.360.3500.49
HSL238.72º21.86%42.16%-
HSV(B)238.72º35.88%51.37%-
XYZ1110.0222.83-
YUV89.94151.17123.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=28%
G=28.33%
B=43.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84851310.360.3500.49238.7221.8642.16
Hex5455832423031ef162a
Octal12412520344430613572652
Binary101010010101011000001110010010001101100011110111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545583; }

 p { color: rgb(84,85,131); }

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

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

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

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

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

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

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