Html Css Color HEX #594D7F Victoria

📋 copy color: '#594D7F'

red 89 ◦ green 77 ◦ blue 127

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

Shades of Victoria #594D7F

Tints of Victoria #594D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.28%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 30.38%
G = 26.28%
B = 43.34%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#594D7F (or 0x594D7F) is known color: Victoria. HEX triplet: 59, 4D and 7F. RGB value is (89,77,127). Sum of RGB (Red+Green+Blue) = 89+77+127=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #594D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D7F is #A6B280. Grayscale: #565656. Windows color (decimal): -10924673 or 8342873. OLE color: 8342873.

HSL color Cylindrical-coordinate representation of color #594D7F: hue angle of 254.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594D7F is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 77 127 -
CMYK 0.30 0.39 0 0.50
HSL 254.4º 0.25% 0.4% -
HSV(B) 254.4º 0.39% 0.5% -
XYZ 10.6 8.96 21.25 -
YUV 86.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 89 77 127 0.30 0.39 0 0.50 254.4 0.25 0.4
Hex 59 4D 7F 1E 27 0 32 FE 19 28
Octal 131 115 177 36 47 0 62 376 31 50
Binary 1011001 1001101 1111111 11110 100111 0 110010 11111110 11001 101000

Color Harmonies of #594D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D7F

Black with #594D7F

Text Example


Text Example

White with #594D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,127); }

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

background-color css

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

 a { background-color: rgb(89,77,127); }

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

border-color css

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

 span { border-color: rgb(89,77,127); }

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