Html Css Color HEX #595191 Victoria

📋 copy color: '#595191'

red 89 ◦ green 81 ◦ blue 145

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

Shades of Victoria #595191

Tints of Victoria #595191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 28.25%
G = 25.71%
B = 46.03%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595191 (or 0x595191) is known color: Victoria. HEX triplet: 59, 51 and 91. RGB value is (89,81,145). Sum of RGB (Red+Green+Blue) = 89+81+145=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #595191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595191 is #A6AE6E. Grayscale: #5A5A5A. Windows color (decimal): -10923631 or 9523545. OLE color: 9523545.

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

Color convert

RGB 89 81 145 -
CMYK 0.39 0.44 0 0.43
HSL 247.5º 0.28% 0.44% -
HSV(B) 247.5º 0.44% 0.57% -
XYZ 12.17 10.05 28.09 -
YUV 90.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 89 81 145 0.39 0.44 0 0.43 247.5 0.28 0.44
Hex 59 51 91 27 2C 0 2B F8 1C 2C
Octal 131 121 221 47 54 0 53 370 34 54
Binary 1011001 1010001 10010001 100111 101100 0 101011 11111000 11100 101100

Color Harmonies of #595191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595191

Black with #595191

Text Example


Text Example

White with #595191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595191; }

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

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

background-color css

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

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

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

border-color css

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

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

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