#59528E

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

Shades of Victoria #59528E

Tints of Victoria #59528E

Color information

#59528E (or 0x59528E) is unknown color: approx Victoria. HEX triplet: 59, 52 and 8E. RGB value is (89,82,142). Sum of RGB (Red+Green+Blue) = 89+82+142=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #59528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59528E is #A6AD71. Grayscale: #5A5A5A. Windows color (decimal): -10923378 or 9327193. OLE color: 9327193.

HSL color Cylindrical-coordinate representation of color #59528E: hue angle of 247º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59528E is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8982142-
CMYK0.370.4200.44
HSL247º26.79%43.92%-
HSV(B)247º42.25%55.69%-
XYZ12.0210.1126.91-
YUV90.93156.82126.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=28.43%
G=26.20%
B=45.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89821420.370.4200.4424726.7943.92
Hex59528E252A02Cf71b2c
Octal13112221645520543673354
Binary101100110100101000111010010110101001011001111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59528E; }

 p { color: rgb(89,82,142); }

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

<style>
 a { background-color: #59528E; }

 a { background-color: rgb(89,82,142); }

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

<style>
 span { border-color: #59528E; }

 span { border-color: rgb(89,82,142); }

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