Html Css Color HEX #595190 Victoria

📋 copy color: '#595190'

red 89 ◦ green 81 ◦ blue 144

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

Shades of Victoria #595190

Tints of Victoria #595190

RGB

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

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

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

R = 28.34%
G = 25.8%
B = 45.86%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#595190 (or 0x595190) is known color: Victoria. HEX triplet: 59, 51 and 90. RGB value is (89,81,144). Sum of RGB (Red+Green+Blue) = 89+81+144=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #595190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595190 is #A6AE6F. Grayscale: #5A5A5A. Windows color (decimal): -10923632 or 9458009. OLE color: 9458009.

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

Color convert

RGB 89 81 144 -
CMYK 0.38 0.44 0 0.44
HSL 247.62º 0.28% 0.44% -
HSV(B) 247.62º 0.44% 0.56% -
XYZ 12.1 10.02 27.68 -
YUV 90.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 89 81 144 0.38 0.44 0 0.44 247.62 0.28 0.44
Hex 59 51 90 26 2C 0 2C F8 1C 2C
Octal 131 121 220 46 54 0 54 370 34 54
Binary 1011001 1010001 10010000 100110 101100 0 101100 11111000 11100 101100

Color Harmonies of #595190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595190

Black with #595190

Text Example


Text Example

White with #595190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595190; }

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

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

background-color css

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

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

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

border-color css

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

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

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