Html Css Color HEX #595689 Victoria

📋 copy color: '#595689'

red 89 ◦ green 86 ◦ blue 137

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

Shades of Victoria #595689

Tints of Victoria #595689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 28.53%
G = 27.56%
B = 43.91%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595689 (or 0x595689) is known color: Victoria. HEX triplet: 59, 56 and 89. RGB value is (89,86,137). Sum of RGB (Red+Green+Blue) = 89+86+137=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #595689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595689 is #A6A976. Grayscale: #5C5C5C. Windows color (decimal): -10922359 or 9000537. OLE color: 9000537.

HSL color Cylindrical-coordinate representation of color #595689: hue angle of 243.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595689 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 86 137 -
CMYK 0.35 0.37 0 0.46
HSL 243.53º 0.23% 0.44% -
HSV(B) 243.53º 0.37% 0.54% -
XYZ 11.96 10.59 25.08 -
YUV 92.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 89 86 137 0.35 0.37 0 0.46 243.53 0.23 0.44
Hex 59 56 89 23 25 0 2E F4 17 2C
Octal 131 126 211 43 45 0 56 364 27 54
Binary 1011001 1010110 10001001 100011 100101 0 101110 11110100 10111 101100

Color Harmonies of #595689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595689

Black with #595689

Text Example


Text Example

White with #595689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595689; }

 p { color: rgb(89,86,137); }

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

background-color css

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

 a { background-color: rgb(89,86,137); }

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

border-color css

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

 span { border-color: rgb(89,86,137); }

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