#594D7A

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

Shades of Victoria #594D7A

Tints of Victoria #594D7A

Color information

#594D7A (or 0x594D7A) is unknown color: approx Victoria. HEX triplet: 59, 4D and 7A. RGB value is (89,77,122). Sum of RGB (Red+Green+Blue) = 89+77+122=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #594D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D7A is #A6B285. Grayscale: #555555. Windows color (decimal): -10924678 or 8015193. OLE color: 8015193.

HSL color Cylindrical-coordinate representation of color #594D7A: hue angle of 256º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #594D7A is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8977122-
CMYK0.270.3700.52
HSL256º22.61%39.02%-
HSV(B)256º36.89%47.84%-
XYZ10.298.8419.58-
YUV85.72148.48130.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=30.90%
G=26.74%
B=42.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89771220.270.3700.5225622.6139.02
Hex594D7A1B250341001727
Octal13111517233450644002747
Binary10110011001101111101011011100101011010010000000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D7A; }

 p { color: rgb(89,77,122); }

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

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

 a { background-color: rgb(89,77,122); }

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

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

 span { border-color: rgb(89,77,122); }

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