#57548A

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

Shades of Victoria #57548A

Tints of Victoria #57548A

Color information

#57548A (or 0x57548A) is unknown color: approx Victoria. HEX triplet: 57, 54 and 8A. RGB value is (87,84,138). Sum of RGB (Red+Green+Blue) = 87+84+138=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #57548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57548A is #A8AB75. Grayscale: #5A5A5A. Windows color (decimal): -11053942 or 9065559. OLE color: 9065559.

HSL color Cylindrical-coordinate representation of color #57548A: hue angle of 243.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57548A is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8784138-
CMYK0.370.3900.46
HSL243.33º24.32%43.53%-
HSV(B)243.33º39.13%54.12%-
XYZ11.6910.225.4-
YUV91.05154.49125.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=28.16%
G=27.18%
B=44.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87841380.370.3900.46243.3324.3243.53
Hex57548A252702Ef3182c
Octal12712421245470563633054
Binary101011110101001000101010010110011101011101111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57548A; }

 p { color: rgb(87,84,138); }

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

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

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

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

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

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

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