#594B8E

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

Shades of Victoria #594B8E

Tints of Victoria #594B8E

Color information

#594B8E (or 0x594B8E) is unknown color: approx Victoria. HEX triplet: 59, 4B and 8E. RGB value is (89,75,142). Sum of RGB (Red+Green+Blue) = 89+75+142=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #594B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B8E is #A6B471. Grayscale: #565656. Windows color (decimal): -10925170 or 9325401. OLE color: 9325401.

HSL color Cylindrical-coordinate representation of color #594B8E: hue angle of 252.54º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594B8E is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8975142-
CMYK0.370.4700.44
HSL252.54º30.88%42.55%-
HSV(B)252.54º47.18%55.69%-
XYZ11.529.1126.74-
YUV86.82159.14129.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=29.08%
G=24.51%
B=46.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89751420.370.4700.44252.5430.8842.55
Hex594B8E252F02Cfd1f2b
Octal13111321645570543753753
Binary101100110010111000111010010110111101011001111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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