#594F96

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

Shades of Victoria #594F96

Tints of Victoria #594F96

Color information

#594F96 (or 0x594F96) is unknown color: approx Victoria. HEX triplet: 59, 4F and 96. RGB value is (89,79,150). Sum of RGB (Red+Green+Blue) = 89+79+150=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #594F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F96 is #A6B069. Grayscale: #595959. Windows color (decimal): -10924138 or 9850713. OLE color: 9850713.

HSL color Cylindrical-coordinate representation of color #594F96: hue angle of 248.45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594F96 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8979150-
CMYK0.410.4700.41
HSL248.45º31%44.9%-
HSV(B)248.45º47.33%58.82%-
XYZ12.429.9230.11-
YUV90.08161.81127.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=27.99%
G=24.84%
B=47.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89791500.410.4700.41248.453144.9
Hex594F96292F029f81f2d
Octal13111722651570513703755
Binary101100110011111001011010100110111101010011111100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,150); }

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

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

 a { background-color: rgb(89,79,150); }

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

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

 span { border-color: rgb(89,79,150); }

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