#59508E

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

Shades of Victoria #59508E

Tints of Victoria #59508E

Color information

#59508E (or 0x59508E) is unknown color: approx Victoria. HEX triplet: 59, 50 and 8E. RGB value is (89,80,142). Sum of RGB (Red+Green+Blue) = 89+80+142=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #59508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508E is #A6AF71. Grayscale: #595959. Windows color (decimal): -10923890 or 9326681. OLE color: 9326681.

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

Color convert

RGB8980142-
CMYK0.370.4400.44
HSL248.71º27.93%43.53%-
HSV(B)248.71º43.66%55.69%-
XYZ11.879.8126.86-
YUV89.76157.48127.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=28.62%
G=25.72%
B=45.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89801420.370.4400.44248.7127.9343.53
Hex59508E252C02Cf91c2c
Octal13112021645540543713454
Binary101100110100001000111010010110110001011001111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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