#57517D

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

Shades of Victoria #57517D

Tints of Victoria #57517D

Color information

#57517D (or 0x57517D) is unknown color: approx Victoria. HEX triplet: 57, 51 and 7D. RGB value is (87,81,125). Sum of RGB (Red+Green+Blue) = 87+81+125=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #57517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57517D is #A8AE82. Grayscale: #575757. Windows color (decimal): -11054723 or 8212823. OLE color: 8212823.

HSL color Cylindrical-coordinate representation of color #57517D: hue angle of 248.18º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57517D is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8781125-
CMYK0.300.3500.51
HSL248.18º21.36%40.39%-
HSV(B)248.18º35.2%49.02%-
XYZ10.579.3920.66-
YUV87.81148.99127.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=29.69%
G=27.65%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87811250.300.3500.51248.1821.3640.39
Hex57517D1E23033f81528
Octal12712117536430633702550
Binary1010111101000111111011111010001101100111111100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57517D; }

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

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

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

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

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

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

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

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