#59507F

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

Shades of Victoria #59507F

Tints of Victoria #59507F

Color information

#59507F (or 0x59507F) is unknown color: approx Victoria. HEX triplet: 59, 50 and 7F. RGB value is (89,80,127). Sum of RGB (Red+Green+Blue) = 89+80+127=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #59507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59507F is #A6AF80. Grayscale: #575757. Windows color (decimal): -10923905 or 8343641. OLE color: 8343641.

HSL color Cylindrical-coordinate representation of color #59507F: hue angle of 251.49º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59507F is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8980127-
CMYK0.300.3700.50
HSL251.49º22.71%40.59%-
HSV(B)251.49º37.01%49.8%-
XYZ10.829.3921.32-
YUV88.05149.98128.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 127 (50% from 255) = 42.91%
R=30.07%
G=27.03%
B=42.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89801270.300.3700.50251.4922.7140.59
Hex59507F1E25032fb1729
Octal13112017736450623732751
Binary1011001101000011111111111010010101100101111101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59507F; }

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

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

<style>
 a { background-color: #59507F; }

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

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

<style>
 span { border-color: #59507F; }

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

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