#59528B

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

Shades of Victoria #59528B

Tints of Victoria #59528B

Color information

#59528B (or 0x59528B) is unknown color: approx Victoria. HEX triplet: 59, 52 and 8B. RGB value is (89,82,139). Sum of RGB (Red+Green+Blue) = 89+82+139=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #59528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59528B is #A6AD74. Grayscale: #5A5A5A. Windows color (decimal): -10923381 or 9130585. OLE color: 9130585.

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

Color convert

RGB8982139-
CMYK0.360.4100.45
HSL247.37º25.79%43.33%-
HSV(B)247.37º41.01%54.51%-
XYZ11.810.0225.74-
YUV90.59155.32126.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=28.71%
G=26.45%
B=44.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89821390.360.4100.45247.3725.7943.33
Hex59528B242902Df71a2b
Octal13112221344510553673253
Binary101100110100101000101110010010100101011011111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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