Html Css Color HEX #595291 Victoria

📋 copy color: '#595291'

red 89 ◦ green 82 ◦ blue 145

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

Shades of Victoria #595291

Tints of Victoria #595291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 28.16%
G = 25.95%
B = 45.89%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595291 (or 0x595291) is known color: Victoria. HEX triplet: 59, 52 and 91. RGB value is (89,82,145). Sum of RGB (Red+Green+Blue) = 89+82+145=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #595291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595291 is #A6AD6E. Grayscale: #5B5B5B. Windows color (decimal): -10923375 or 9523801. OLE color: 9523801.

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

Color convert

RGB 89 82 145 -
CMYK 0.39 0.43 0 0.43
HSL 246.67º 0.28% 0.45% -
HSV(B) 246.67º 0.43% 0.57% -
XYZ 12.25 10.2 28.11 -
YUV 91.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 89 82 145 0.39 0.43 0 0.43 246.67 0.28 0.45
Hex 59 52 91 27 2B 0 2B F7 1C 2D
Octal 131 122 221 47 53 0 53 367 34 55
Binary 1011001 1010010 10010001 100111 101011 0 101011 11110111 11100 101101

Color Harmonies of #595291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595291

Black with #595291

Text Example


Text Example

White with #595291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595291; }

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

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

background-color css

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

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

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

border-color css

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

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

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