#594B77

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

Shades of Victoria #594B77

Tints of Victoria #594B77

Color information

#594B77 (or 0x594B77) is unknown color: approx Victoria. HEX triplet: 59, 4B and 77. RGB value is (89,75,119). Sum of RGB (Red+Green+Blue) = 89+75+119=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #594B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B77 is #A6B488. Grayscale: #545454. Windows color (decimal): -10925193 or 7818073. OLE color: 7818073.

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

Color convert

RGB8975119-
CMYK0.250.3700.53
HSL259.09º22.68%38.04%-
HSV(B)259.09º36.97%46.67%-
XYZ9.978.4918.57-
YUV84.2147.64131.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=31.45%
G=26.50%
B=42.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89751190.250.3700.53259.0922.6838.04
Hex594B7719250351031726
Octal13111316731450654032746
Binary10110011001011111011111001100101011010110000001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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