#594F92

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

Shades of Victoria #594F92

Tints of Victoria #594F92

Color information

#594F92 (or 0x594F92) is unknown color: approx Victoria. HEX triplet: 59, 4F and 92. RGB value is (89,79,146). Sum of RGB (Red+Green+Blue) = 89+79+146=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #594F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F92 is #A6B06D. Grayscale: #595959. Windows color (decimal): -10924142 or 9588569. OLE color: 9588569.

HSL color Cylindrical-coordinate representation of color #594F92: hue angle of 248.96º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594F92 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8979146-
CMYK0.390.4600.43
HSL248.96º29.78%44.12%-
HSV(B)248.96º45.89%57.25%-
XYZ12.19.7928.45-
YUV89.63159.81127.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=28.34%
G=25.16%
B=46.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89791460.390.4600.43248.9629.7844.12
Hex594F92272E02Bf91e2c
Octal13111722247560533713654
Binary101100110011111001001010011110111001010111111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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