#57527F

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

Shades of Victoria #57527F

Tints of Victoria #57527F

Color information

#57527F (or 0x57527F) is unknown color: approx Victoria. HEX triplet: 57, 52 and 7F. RGB value is (87,82,127). Sum of RGB (Red+Green+Blue) = 87+82+127=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #57527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527F is #A8AD80. Grayscale: #585858. Windows color (decimal): -11054465 or 8344151. OLE color: 8344151.

HSL color Cylindrical-coordinate representation of color #57527F: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57527F is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8782127-
CMYK0.310.3500.50
HSL246.67º21.53%40.98%-
HSV(B)246.67º35.43%49.8%-
XYZ10.789.5921.36-
YUV88.62149.66126.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 127 (50% from 255) = 42.91%
R=29.39%
G=27.70%
B=42.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87821270.310.3500.50246.6721.5340.98
Hex57527F1F23032f71629
Octal12712217737430623672651
Binary1010111101001011111111111110001101100101111011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,82,127); }

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

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

 a { background-color: rgb(87,82,127); }

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

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

 span { border-color: rgb(87,82,127); }

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