#57548b

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

Shades of Victoria #57548B

Tints of Victoria #57548B

Color information

#57548B (or 0x57548B) is unknown color: approx Victoria. HEX triplet: 57, 54 and 8B. RGB value is (87,84,139). Sum of RGB (Red+Green+Blue) = 87+84+139=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #57548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57548B is #A8AB74. Grayscale: #5A5A5A. Windows color (decimal): -11053941 or 9131095. OLE color: 9131095.

HSL color Cylindrical-coordinate representation of color #57548B: hue angle of 243.27º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57548B is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8784139-
CMYK0.370.4000.45
HSL243.27º24.66%43.73%-
HSV(B)243.27º39.57%54.51%-
XYZ11.7610.2325.78-
YUV91.17154.99125.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=28.06%
G=27.10%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87841390.370.4000.45243.2724.6643.73
Hex57548B252802Df3192c
Octal12712421345500553633154
Binary101011110101001000101110010110100001011011111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57548b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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