#59528A

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

Shades of Victoria #59528A

Tints of Victoria #59528A

Color information

#59528A (or 0x59528A) is unknown color: approx Victoria. HEX triplet: 59, 52 and 8A. RGB value is (89,82,138). Sum of RGB (Red+Green+Blue) = 89+82+138=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #59528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59528A is #A6AD75. Grayscale: #5A5A5A. Windows color (decimal): -10923382 or 9065049. OLE color: 9065049.

HSL color Cylindrical-coordinate representation of color #59528A: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59528A is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8982138-
CMYK0.360.4100.46
HSL247.5º25.45%43.14%-
HSV(B)247.5º40.58%54.12%-
XYZ11.729.9925.36-
YUV90.48154.82126.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.80%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=28.80%
G=26.54%
B=44.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89821380.360.4100.46247.525.4543.14
Hex59528A242902Ef8192b
Octal13112221244510563703153
Binary101100110100101000101010010010100101011101111100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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