Html Css Color HEX #595589 Victoria

📋 copy color: '#595589'

red 89 ◦ green 85 ◦ blue 137

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

Shades of Victoria #595589

Tints of Victoria #595589

RGB

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

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

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

R = 28.62%
G = 27.33%
B = 44.05%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595589 (or 0x595589) is known color: Victoria. HEX triplet: 59, 55 and 89. RGB value is (89,85,137). Sum of RGB (Red+Green+Blue) = 89+85+137=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #595589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595589 is #A6AA76. Grayscale: #5B5B5B. Windows color (decimal): -10922615 or 9000281. OLE color: 9000281.

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

Color convert

RGB 89 85 137 -
CMYK 0.35 0.38 0 0.46
HSL 244.62º 0.23% 0.44% -
HSV(B) 244.62º 0.38% 0.54% -
XYZ 11.88 10.43 25.05 -
YUV 92.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 89 85 137 0.35 0.38 0 0.46 244.62 0.23 0.44
Hex 59 55 89 23 26 0 2E F5 17 2C
Octal 131 125 211 43 46 0 56 365 27 54
Binary 1011001 1010101 10001001 100011 100110 0 101110 11110101 10111 101100

Color Harmonies of #595589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595589

Black with #595589

Text Example


Text Example

White with #595589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595589; }

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

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

background-color css

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

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

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

border-color css

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

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

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