Html Css Color HEX #595193 Victoria

📋 copy color: '#595193'

red 89 ◦ green 81 ◦ blue 147

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

Shades of Victoria #595193

Tints of Victoria #595193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 28.08%
G = 25.55%
B = 46.37%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595193 (or 0x595193) is known color: Victoria. HEX triplet: 59, 51 and 93. RGB value is (89,81,147). Sum of RGB (Red+Green+Blue) = 89+81+147=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #595193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595193 is #A6AE6C. Grayscale: #5A5A5A. Windows color (decimal): -10923629 or 9654617. OLE color: 9654617.

HSL color Cylindrical-coordinate representation of color #595193: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595193 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 81 147 -
CMYK 0.39 0.45 0 0.42
HSL 247.27º 0.29% 0.45% -
HSV(B) 247.27º 0.45% 0.58% -
XYZ 12.33 10.12 28.91 -
YUV 90.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 89 81 147 0.39 0.45 0 0.42 247.27 0.29 0.45
Hex 59 51 93 27 2D 0 2A F7 1D 2D
Octal 131 121 223 47 55 0 52 367 35 55
Binary 1011001 1010001 10010011 100111 101101 0 101010 11110111 11101 101101

Color Harmonies of #595193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595193

Black with #595193

Text Example


Text Example

White with #595193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595193; }

 p { color: rgb(89,81,147); }

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

background-color css

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

 a { background-color: rgb(89,81,147); }

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

border-color css

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

 span { border-color: rgb(89,81,147); }

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