#59548D

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

Shades of Victoria #59548D

Tints of Victoria #59548D

Color information

#59548D (or 0x59548D) is unknown color: approx Victoria. HEX triplet: 59, 54 and 8D. RGB value is (89,84,141). Sum of RGB (Red+Green+Blue) = 89+84+141=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #59548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59548D is #A6AB72. Grayscale: #5B5B5B. Windows color (decimal): -10922867 or 9262169. OLE color: 9262169.

HSL color Cylindrical-coordinate representation of color #59548D: hue angle of 245.26º 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 #59548D is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8984141-
CMYK0.370.4000.45
HSL245.26º25.33%44.12%-
HSV(B)245.26º40.43%55.29%-
XYZ12.110.3926.57-
YUV91.99155.66125.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=28.34%
G=26.75%
B=44.90%

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
Decimal89841410.370.4000.45245.2625.3344.12
Hex59548D252802Df5192c
Octal13112421545500553653154
Binary101100110101001000110110010110100001011011111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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