#57518F

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

Shades of Victoria #57518F

Tints of Victoria #57518F

Color information

#57518F (or 0x57518F) is unknown color: approx Victoria. HEX triplet: 57, 51 and 8F. RGB value is (87,81,143). Sum of RGB (Red+Green+Blue) = 87+81+143=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #57518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57518F is #A8AE70. Grayscale: #595959. Windows color (decimal): -11054705 or 9392471. OLE color: 9392471.

HSL color Cylindrical-coordinate representation of color #57518F: hue angle of 245.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57518F is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8781143-
CMYK0.390.4300.44
HSL245.81º27.68%43.92%-
HSV(B)245.81º43.36%56.08%-
XYZ11.839.8927.27-
YUV89.86157.99125.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=27.97%
G=26.05%
B=45.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87811430.390.4300.44245.8127.6843.92
Hex57518F272B02Cf61c2c
Octal12712121747530543663454
Binary101011110100011000111110011110101101011001111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57518F; }

 p { color: rgb(87,81,143); }

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

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

 a { background-color: rgb(87,81,143); }

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

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

 span { border-color: rgb(87,81,143); }

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