Html Css Color HEX #595390 Victoria

📋 copy color: '#595390'

red 89 ◦ green 83 ◦ blue 144

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

Shades of Victoria #595390

Tints of Victoria #595390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 28.16%
G = 26.27%
B = 45.57%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#595390 (or 0x595390) is known color: Victoria. HEX triplet: 59, 53 and 90. RGB value is (89,83,144). Sum of RGB (Red+Green+Blue) = 89+83+144=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #595390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595390 is #A6AC6F. Grayscale: #5B5B5B. Windows color (decimal): -10923120 or 9458521. OLE color: 9458521.

HSL color Cylindrical-coordinate representation of color #595390: hue angle of 245.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595390 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 83 144 -
CMYK 0.38 0.42 0 0.44
HSL 245.9º 0.27% 0.45% -
HSV(B) 245.9º 0.42% 0.56% -
XYZ 12.25 10.32 27.73 -
YUV 91.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 89 83 144 0.38 0.42 0 0.44 245.9 0.27 0.45
Hex 59 53 90 26 2A 0 2C F6 1B 2D
Octal 131 123 220 46 52 0 54 366 33 55
Binary 1011001 1010011 10010000 100110 101010 0 101100 11110110 11011 101101

Color Harmonies of #595390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595390

Black with #595390

Text Example


Text Example

White with #595390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595390; }

 p { color: rgb(89,83,144); }

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

background-color css

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

 a { background-color: rgb(89,83,144); }

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

border-color css

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

 span { border-color: rgb(89,83,144); }

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