Html Css Color HEX #594D85 Victoria

📋 copy color: '#594D85'

red 89 ◦ green 77 ◦ blue 133

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

Shades of Victoria #594D85

Tints of Victoria #594D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 29.77%
G = 25.75%
B = 44.48%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#594D85 (or 0x594D85) is known color: Victoria. HEX triplet: 59, 4D and 85. RGB value is (89,77,133). Sum of RGB (Red+Green+Blue) = 89+77+133=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #594D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D85 is #A6B27A. Grayscale: #565656. Windows color (decimal): -10924667 or 8736089. OLE color: 8736089.

HSL color Cylindrical-coordinate representation of color #594D85: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #594D85 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 77 133 -
CMYK 0.33 0.42 0 0.48
HSL 252.86º 0.27% 0.41% -
HSV(B) 252.86º 0.42% 0.52% -
XYZ 11.01 9.13 23.37 -
YUV 86.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 89 77 133 0.33 0.42 0 0.48 252.86 0.27 0.41
Hex 59 4D 85 21 2A 0 30 FD 1B 29
Octal 131 115 205 41 52 0 60 375 33 51
Binary 1011001 1001101 10000101 100001 101010 0 110000 11111101 11011 101001

Color Harmonies of #594D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D85

Black with #594D85

Text Example


Text Example

White with #594D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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