Html Css Color HEX #595579 Victoria

📋 copy color: '#595579'

red 89 ◦ green 85 ◦ blue 121

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

Shades of Victoria #595579

Tints of Victoria #595579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 30.17%
G = 28.81%
B = 41.02%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595579 (or 0x595579) is known color: Victoria. HEX triplet: 59, 55 and 79. RGB value is (89,85,121). Sum of RGB (Red+Green+Blue) = 89+85+121=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #595579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595579 is #A6AA86. Grayscale: #5A5A5A. Windows color (decimal): -10922631 or 7951705. OLE color: 7951705.

HSL color Cylindrical-coordinate representation of color #595579: hue angle of 246.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595579 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 85 121 -
CMYK 0.26 0.30 0 0.53
HSL 246.67º 0.17% 0.4% -
HSV(B) 246.67º 0.3% 0.47% -
XYZ 10.82 10 19.45 -
YUV 90.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 89 85 121 0.26 0.30 0 0.53 246.67 0.17 0.4
Hex 59 55 79 1A 1E 0 35 F7 11 28
Octal 131 125 171 32 36 0 65 367 21 50
Binary 1011001 1010101 1111001 11010 11110 0 110101 11110111 10001 101000

Color Harmonies of #595579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595579

Black with #595579

Text Example


Text Example

White with #595579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595579; }

 p { color: rgb(89,85,121); }

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

background-color css

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

 a { background-color: rgb(89,85,121); }

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

border-color css

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

 span { border-color: rgb(89,85,121); }

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