#57528D

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

Shades of Victoria #57528D

Tints of Victoria #57528D

Color information

#57528D (or 0x57528D) is unknown color: approx Victoria. HEX triplet: 57, 52 and 8D. RGB value is (87,82,141). Sum of RGB (Red+Green+Blue) = 87+82+141=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #57528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57528D is #A8AD72. Grayscale: #595959. Windows color (decimal): -11054451 or 9261655. OLE color: 9261655.

HSL color Cylindrical-coordinate representation of color #57528D: hue angle of 245.08º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57528D is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8782141-
CMYK0.380.4200.45
HSL245.08º26.46%43.73%-
HSV(B)245.08º41.84%55.29%-
XYZ11.769.9826.51-
YUV90.22156.66125.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=28.06%
G=26.45%
B=45.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87821410.380.4200.45245.0826.4643.73
Hex57528D262A02Df51a2c
Octal12712221546520553653254
Binary101011110100101000110110011010101001011011111010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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