#57517C

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

Shades of Victoria #57517C

Tints of Victoria #57517C

Color information

#57517C (or 0x57517C) is unknown color: approx Victoria. HEX triplet: 57, 51 and 7C. RGB value is (87,81,124). Sum of RGB (Red+Green+Blue) = 87+81+124=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #57517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57517C is #A8AE83. Grayscale: #575757. Windows color (decimal): -11054724 or 8147287. OLE color: 8147287.

HSL color Cylindrical-coordinate representation of color #57517C: hue angle of 248.37º 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 #57517C is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8781124-
CMYK0.300.3500.51
HSL248.37º20.98%40.2%-
HSV(B)248.37º34.68%48.63%-
XYZ10.519.3720.32-
YUV87.7148.49127.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=29.79%
G=27.74%
B=42.47%

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
Decimal87811240.300.3500.51248.3720.9840.2
Hex57517C1E23033f81528
Octal12712117436430633702550
Binary1010111101000111111001111010001101100111111100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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