Html Css Color HEX #595688 Victoria

📋 copy color: '#595688'

red 89 ◦ green 86 ◦ blue 136

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

Shades of Victoria #595688

Tints of Victoria #595688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 28.62%
G = 27.65%
B = 43.73%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595688 (or 0x595688) is known color: Victoria. HEX triplet: 59, 56 and 88. RGB value is (89,86,136). Sum of RGB (Red+Green+Blue) = 89+86+136=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #595688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595688 is #A6A977. Grayscale: #5C5C5C. Windows color (decimal): -10922360 or 8935001. OLE color: 8935001.

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

Color convert

RGB 89 86 136 -
CMYK 0.35 0.37 0 0.47
HSL 243.6º 0.23% 0.44% -
HSV(B) 243.6º 0.37% 0.53% -
XYZ 11.89 10.56 24.7 -
YUV 92.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 89 86 136 0.35 0.37 0 0.47 243.6 0.23 0.44
Hex 59 56 88 23 25 0 2F F4 17 2C
Octal 131 126 210 43 45 0 57 364 27 54
Binary 1011001 1010110 10001000 100011 100101 0 101111 11110100 10111 101100

Color Harmonies of #595688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595688

Black with #595688

Text Example


Text Example

White with #595688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595688; }

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

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

background-color css

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

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

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

border-color css

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

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

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