Html Css Color HEX #595786 Victoria

📋 copy color: '#595786'

red 89 ◦ green 87 ◦ blue 134

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

Shades of Victoria #595786

Tints of Victoria #595786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 28.71%
G = 28.06%
B = 43.23%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595786 (or 0x595786) is known color: Victoria. HEX triplet: 59, 57 and 86. RGB value is (89,87,134). Sum of RGB (Red+Green+Blue) = 89+87+134=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #595786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595786 is #A6A879. Grayscale: #5C5C5C. Windows color (decimal): -10922106 or 8804185. OLE color: 8804185.

HSL color Cylindrical-coordinate representation of color #595786: hue angle of 242.55º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595786 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 87 134 -
CMYK 0.34 0.35 0 0.47
HSL 242.55º 0.21% 0.43% -
HSV(B) 242.55º 0.35% 0.53% -
XYZ 11.83 10.66 23.99 -
YUV 92.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 89 87 134 0.34 0.35 0 0.47 242.55 0.21 0.43
Hex 59 57 86 22 23 0 2F F3 15 2B
Octal 131 127 206 42 43 0 57 363 25 53
Binary 1011001 1010111 10000110 100010 100011 0 101111 11110011 10101 101011

Color Harmonies of #595786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595786

Black with #595786

Text Example


Text Example

White with #595786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595786; }

 p { color: rgb(89,87,134); }

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

background-color css

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

 a { background-color: rgb(89,87,134); }

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

border-color css

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

 span { border-color: rgb(89,87,134); }

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