Html Css Color HEX #595789 Victoria

📋 copy color: '#595789'

red 89 ◦ green 87 ◦ blue 137

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

Shades of Victoria #595789

Tints of Victoria #595789

RGB

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

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

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

R = 28.43%
G = 27.8%
B = 43.77%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595789 (or 0x595789) is known color: Victoria. HEX triplet: 59, 57 and 89. RGB value is (89,87,137). Sum of RGB (Red+Green+Blue) = 89+87+137=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #595789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595789 is #A6A876. Grayscale: #5D5D5D. Windows color (decimal): -10922103 or 9000793. OLE color: 9000793.

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

Color convert

RGB 89 87 137 -
CMYK 0.35 0.36 0 0.46
HSL 242.4º 0.22% 0.44% -
HSV(B) 242.4º 0.36% 0.54% -
XYZ 12.04 10.75 25.11 -
YUV 93.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 89 87 137 0.35 0.36 0 0.46 242.4 0.22 0.44
Hex 59 57 89 23 24 0 2E F2 16 2C
Octal 131 127 211 43 44 0 56 362 26 54
Binary 1011001 1010111 10001001 100011 100100 0 101110 11110010 10110 101100

Color Harmonies of #595789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595789

Black with #595789

Text Example


Text Example

White with #595789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595789; }

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

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

background-color css

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

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

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

border-color css

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

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

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