Html Css Color HEX #595080 Victoria

📋 copy color: '#595080'

red 89 ◦ green 80 ◦ blue 128

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

Shades of Victoria #595080

Tints of Victoria #595080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 29.97%
G = 26.94%
B = 43.1%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#595080 (or 0x595080) is known color: Victoria. HEX triplet: 59, 50 and 80. RGB value is (89,80,128). Sum of RGB (Red+Green+Blue) = 89+80+128=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #595080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595080 is #A6AF7F. Grayscale: #575757. Windows color (decimal): -10923904 or 8409177. OLE color: 8409177.

HSL color Cylindrical-coordinate representation of color #595080: hue angle of 251.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595080 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 80 128 -
CMYK 0.30 0.38 0 0.50
HSL 251.25º 0.23% 0.41% -
HSV(B) 251.25º 0.38% 0.5% -
XYZ 10.88 9.42 21.67 -
YUV 88.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 89 80 128 0.30 0.38 0 0.50 251.25 0.23 0.41
Hex 59 50 80 1E 26 0 32 FB 17 29
Octal 131 120 200 36 46 0 62 373 27 51
Binary 1011001 1010000 10000000 11110 100110 0 110010 11111011 10111 101001

Color Harmonies of #595080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595080

Black with #595080

Text Example


Text Example

White with #595080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595080; }

 p { color: rgb(89,80,128); }

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

background-color css

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

 a { background-color: rgb(89,80,128); }

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

border-color css

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

 span { border-color: rgb(89,80,128); }

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