#595581

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

Shades of Victoria #595581

Tints of Victoria #595581

Color information

#595581 (or 0x595581) is unknown color: approx Victoria. HEX triplet: 59, 55 and 81. RGB value is (89,85,129). Sum of RGB (Red+Green+Blue) = 89+85+129=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #595581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595581 is #A6AA7E. Grayscale: #5B5B5B. Windows color (decimal): -10922623 or 8475993. OLE color: 8475993.

HSL color Cylindrical-coordinate representation of color #595581: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595581 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8985129-
CMYK0.310.3400.49
HSL245.45º20.56%41.96%-
HSV(B)245.45º34.11%50.59%-
XYZ11.3310.2122.14-
YUV91.21149.33126.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=29.37%
G=28.05%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89851290.310.3400.49245.4520.5641.96
Hex5955811F22031f5152a
Octal13112520137420613652552
Binary10110011010101100000011111110001001100011111010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595581; }

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

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

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

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

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

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

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

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