#594B8A

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

Shades of Victoria #594B8A

Tints of Victoria #594B8A

Color information

#594B8A (or 0x594B8A) is unknown color: approx Victoria. HEX triplet: 59, 4B and 8A. RGB value is (89,75,138). Sum of RGB (Red+Green+Blue) = 89+75+138=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #594B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B8A is #A6B475. Grayscale: #565656. Windows color (decimal): -10925174 or 9063257. OLE color: 9063257.

HSL color Cylindrical-coordinate representation of color #594B8A: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594B8A is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8975138-
CMYK0.360.4600.46
HSL253.33º29.58%41.76%-
HSV(B)253.33º45.65%54.12%-
XYZ11.228.9925.19-
YUV86.37157.14129.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=29.47%
G=24.83%
B=45.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89751380.360.4600.46253.3329.5841.76
Hex594B8A242E02Efd1e2a
Octal13111321244560563753652
Binary101100110010111000101010010010111001011101111110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,138); }

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

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

 a { background-color: rgb(89,75,138); }

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

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

 span { border-color: rgb(89,75,138); }

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