Html Css Color HEX #594E76 Victoria

📋 copy color: '#594E76'

red 89 ◦ green 78 ◦ blue 118

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

Shades of Victoria #594E76

Tints of Victoria #594E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 31.23%
G = 27.37%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594E76 (or 0x594E76) is known color: Victoria. HEX triplet: 59, 4E and 76. RGB value is (89,78,118). Sum of RGB (Red+Green+Blue) = 89+78+118=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #594E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E76 is #A6B189. Grayscale: #555555. Windows color (decimal): -10924426 or 7753305. OLE color: 7753305.

HSL color Cylindrical-coordinate representation of color #594E76: hue angle of 256.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #594E76 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 78 118 -
CMYK 0.25 0.34 0 0.54
HSL 256.5º 0.2% 0.38% -
HSV(B) 256.5º 0.34% 0.46% -
XYZ 10.11 8.88 18.32 -
YUV 85.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 89 78 118 0.25 0.34 0 0.54 256.5 0.2 0.38
Hex 59 4E 76 19 22 0 36 100 14 26
Octal 131 116 166 31 42 0 66 400 24 46
Binary 1011001 1001110 1110110 11001 100010 0 110110 100000000 10100 100110

Color Harmonies of #594E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E76

Black with #594E76

Text Example


Text Example

White with #594E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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