Html Css Color HEX #594E7C Victoria

📋 copy color: '#594E7C'

red 89 ◦ green 78 ◦ blue 124

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

Shades of Victoria #594E7C

Tints of Victoria #594E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 30.58%
G = 26.8%
B = 42.61%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#594E7C (or 0x594E7C) is known color: Victoria. HEX triplet: 59, 4E and 7C. RGB value is (89,78,124). Sum of RGB (Red+Green+Blue) = 89+78+124=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #594E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E7C is #A6B183. Grayscale: #565656. Windows color (decimal): -10924420 or 8146521. OLE color: 8146521.

HSL color Cylindrical-coordinate representation of color #594E7C: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #594E7C is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 78 124 -
CMYK 0.28 0.37 0 0.51
HSL 254.35º 0.23% 0.4% -
HSV(B) 254.35º 0.37% 0.49% -
XYZ 10.48 9.03 20.26 -
YUV 86.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 89 78 124 0.28 0.37 0 0.51 254.35 0.23 0.4
Hex 59 4E 7C 1C 25 0 33 FE 17 28
Octal 131 116 174 34 45 0 63 376 27 50
Binary 1011001 1001110 1111100 11100 100101 0 110011 11111110 10111 101000

Color Harmonies of #594E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E7C

Black with #594E7C

Text Example


Text Example

White with #594E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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