Html Css Color HEX #594D95 Victoria

📋 copy color: '#594D95'

red 89 ◦ green 77 ◦ blue 149

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

Shades of Victoria #594D95

Tints of Victoria #594D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 28.25%
G = 24.44%
B = 47.3%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594D95 (or 0x594D95) is known color: Victoria. HEX triplet: 59, 4D and 95. RGB value is (89,77,149). Sum of RGB (Red+Green+Blue) = 89+77+149=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #594D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D95 is #A6B26A. Grayscale: #585858. Windows color (decimal): -10924651 or 9784665. OLE color: 9784665.

HSL color Cylindrical-coordinate representation of color #594D95: hue angle of 250º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594D95 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 77 149 -
CMYK 0.40 0.48 0 0.42
HSL 250º 0.32% 0.44% -
HSV(B) 250º 0.48% 0.58% -
XYZ 12.2 9.6 29.64 -
YUV 88.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 89 77 149 0.40 0.48 0 0.42 250 0.32 0.44
Hex 59 4D 95 28 30 0 2A FA 20 2C
Octal 131 115 225 50 60 0 52 372 40 54
Binary 1011001 1001101 10010101 101000 110000 0 101010 11111010 100000 101100

Color Harmonies of #594D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D95

Black with #594D95

Text Example


Text Example

White with #594D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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