Html Css Color HEX #595682 Victoria

📋 copy color: '#595682'

red 89 ◦ green 86 ◦ blue 130

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

Shades of Victoria #595682

Tints of Victoria #595682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 29.18%
G = 28.2%
B = 42.62%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595682 (or 0x595682) is known color: Victoria. HEX triplet: 59, 56 and 82. RGB value is (89,86,130). Sum of RGB (Red+Green+Blue) = 89+86+130=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #595682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595682 is #A6A97D. Grayscale: #5B5B5B. Windows color (decimal): -10922366 or 8541785. OLE color: 8541785.

HSL color Cylindrical-coordinate representation of color #595682: hue angle of 244.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595682 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 86 130 -
CMYK 0.32 0.34 0 0.49
HSL 244.09º 0.2% 0.42% -
HSV(B) 244.09º 0.34% 0.51% -
XYZ 11.48 10.39 22.52 -
YUV 91.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 89 86 130 0.32 0.34 0 0.49 244.09 0.2 0.42
Hex 59 56 82 20 22 0 31 F4 14 2A
Octal 131 126 202 40 42 0 61 364 24 52
Binary 1011001 1010110 10000010 100000 100010 0 110001 11110100 10100 101010

Color Harmonies of #595682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595682

Black with #595682

Text Example


Text Example

White with #595682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595682; }

 p { color: rgb(89,86,130); }

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

background-color css

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

 a { background-color: rgb(89,86,130); }

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

border-color css

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

 span { border-color: rgb(89,86,130); }

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