#595579

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

Shades of Victoria #595579

Tints of Victoria #595579

Color information

#595579 (or 0x595579) is unknown color: approx Victoria. HEX triplet: 59, 55 and 79. RGB value is (89,85,121). Sum of RGB (Red+Green+Blue) = 89+85+121=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #595579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595579 is #A6AA86. Grayscale: #5A5A5A. Windows color (decimal): -10922631 or 7951705. OLE color: 7951705.

HSL color Cylindrical-coordinate representation of color #595579: hue angle of 246.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595579 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8985121-
CMYK0.260.3000.53
HSL246.67º17.48%40.39%-
HSV(B)246.67º29.75%47.45%-
XYZ10.821019.45-
YUV90.3145.33127.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=30.17%
G=28.81%
B=41.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89851210.260.3000.53246.6717.4840.39
Hex5955791A1E035f71128
Octal13112517132360653672150
Binary101100110101011111001110101111001101011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595579; }

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

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

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

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

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

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

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

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