#594B79

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

Shades of Victoria #594B79

Tints of Victoria #594B79

Color information

#594B79 (or 0x594B79) is unknown color: approx Victoria. HEX triplet: 59, 4B and 79. RGB value is (89,75,121). Sum of RGB (Red+Green+Blue) = 89+75+121=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #594B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B79 is #A6B486. Grayscale: #545454. Windows color (decimal): -10925191 or 7949145. OLE color: 7949145.

HSL color Cylindrical-coordinate representation of color #594B79: hue angle of 258.26º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594B79 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8975121-
CMYK0.260.3800.53
HSL258.26º23.47%38.43%-
HSV(B)258.26º38.02%47.45%-
XYZ10.098.5419.21-
YUV84.43148.64131.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=31.23%
G=26.32%
B=42.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89751210.260.3800.53258.2623.4738.43
Hex594B791A260351021726
Octal13111317132460654022746
Binary10110011001011111100111010100110011010110000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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