Html Css Color HEX #595380 Victoria

📋 copy color: '#595380'

red 89 ◦ green 83 ◦ blue 128

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

Shades of Victoria #595380

Tints of Victoria #595380

RGB

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

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

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

R = 29.67%
G = 27.67%
B = 42.67%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#595380 (or 0x595380) is known color: Victoria. HEX triplet: 59, 53 and 80. RGB value is (89,83,128). Sum of RGB (Red+Green+Blue) = 89+83+128=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #595380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595380 is #A6AC7F. Grayscale: #595959. Windows color (decimal): -10923136 or 8409945. OLE color: 8409945.

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

Color convert

RGB 89 83 128 -
CMYK 0.30 0.35 0 0.50
HSL 248º 0.21% 0.41% -
HSV(B) 248º 0.35% 0.5% -
XYZ 11.11 9.87 21.74 -
YUV 89.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 89 83 128 0.30 0.35 0 0.50 248 0.21 0.41
Hex 59 53 80 1E 23 0 32 F8 15 29
Octal 131 123 200 36 43 0 62 370 25 51
Binary 1011001 1010011 10000000 11110 100011 0 110010 11111000 10101 101001

Color Harmonies of #595380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595380

Black with #595380

Text Example


Text Example

White with #595380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595380; }

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

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

background-color css

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

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

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

border-color css

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

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

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