Html Css Color HEX #594E91 Victoria

📋 copy color: '#594E91'

red 89 ◦ green 78 ◦ blue 145

#594E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #594E91

Tints of Victoria #594E91

RGB

 RED value IS 89 (35.16% from 255) = 28.53%

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 28.53%
G = 25%
B = 46.47%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594E91 (or 0x594E91) is known color: Victoria. HEX triplet: 59, 4E and 91. RGB value is (89,78,145). Sum of RGB (Red+Green+Blue) = 89+78+145=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #594E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E91 is #A6B16E. Grayscale: #585858. Windows color (decimal): -10924399 or 9522777. OLE color: 9522777.

HSL color Cylindrical-coordinate representation of color #594E91: hue angle of 249.85º 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 #594E91 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 78 145 -
CMYK 0.39 0.46 0 0.43
HSL 249.85º 0.3% 0.44% -
HSV(B) 249.85º 0.46% 0.57% -
XYZ 11.96 9.62 28.01 -
YUV 88.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 89 78 145 0.39 0.46 0 0.43 249.85 0.3 0.44
Hex 59 4E 91 27 2E 0 2B FA 1E 2C
Octal 131 116 221 47 56 0 53 372 36 54
Binary 1011001 1001110 10010001 100111 101110 0 101011 11111010 11110 101100

Color Harmonies of #594E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E91

Black with #594E91

Text Example


Text Example

White with #594E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,145); }

 H1.HeaderClassName
 {
   color: #594E91;
 }
 .AnyTagClassName
 {
   color: #594E91;
 }
</style>

background-color css

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

 a { background-color: rgb(89,78,145); }

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

border-color css

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

 span { border-color: rgb(89,78,145); }

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