#59558D

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

Shades of Victoria #59558D

Tints of Victoria #59558D

Color information

#59558D (or 0x59558D) is unknown color: approx Victoria. HEX triplet: 59, 55 and 8D. RGB value is (89,85,141). Sum of RGB (Red+Green+Blue) = 89+85+141=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #59558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558D is #A6AA72. Grayscale: #5C5C5C. Windows color (decimal): -10922611 or 9262425. OLE color: 9262425.

HSL color Cylindrical-coordinate representation of color #59558D: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59558D is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8985141-
CMYK0.370.4000.45
HSL244.29º24.78%44.31%-
HSV(B)244.29º39.72%55.29%-
XYZ12.1810.5426.59-
YUV92.58155.33125.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=28.25%
G=26.98%
B=44.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89851410.370.4000.45244.2924.7844.31
Hex59558D252802Df4192c
Octal13112521545500553643154
Binary101100110101011000110110010110100001011011111010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,85,141); }

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

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

 a { background-color: rgb(89,85,141); }

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

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

 span { border-color: rgb(89,85,141); }

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